Home
last modified time | relevance | path

Searched refs:aformats (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c335 int16 *aformats = NULL; in parse_fcall_arguments() local
342 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
344 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/protocol/
H A Delement3.py695 def __init__(self, name, statement, aformats, arguments, rformats): argument
698 self.aformats = aformats
708 ac + b''.join(self.aformats) + ac + ad + \
716 aformats = unpack(("2s" * ac), data[2:offset])
741 return typ(name, statement, aformats, args, rformats)
819 def __init__(self, oid, aformats, args, rformat): argument
821 self.aformats = aformats
828 ac + b''.join(self.aformats) + \
837 aformats = unpack(("2s" * ac), data[6:offset])
857 return typ(oid, aformats, args, data[offset:])
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL; in parse_fcall_arguments() local
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
427 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
478 aformat = aformats[i]; in parse_fcall_arguments()
480 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL; in parse_fcall_arguments() local
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
427 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
478 aformat = aformats[i]; in parse_fcall_arguments()
480 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL; in parse_fcall_arguments() local
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
427 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
478 aformat = aformats[i]; in parse_fcall_arguments()
480 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL; in parse_fcall_arguments() local
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
427 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
478 aformat = aformats[i]; in parse_fcall_arguments()
480 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL; in parse_fcall_arguments() local
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
427 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
478 aformat = aformats[i]; in parse_fcall_arguments()
480 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL;
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16));
427 aformats[i] = pq_getmsgint(msgBuf, 2);
478 aformat = aformats[i];
480 aformat = aformats[0];
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/tcop/
H A Dfastpath.c420 int16 *aformats = NULL; in parse_fcall_arguments() local
427 aformats = (int16 *) palloc(numAFormats * sizeof(int16)); in parse_fcall_arguments()
429 aformats[i] = pq_getmsgint(msgBuf, 2); in parse_fcall_arguments()
480 aformat = aformats[i]; in parse_fcall_arguments()
482 aformat = aformats[0]; in parse_fcall_arguments()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/tcop/
H A Dfastpath.c418 int16 *aformats = NULL;
425 aformats = (int16 *) palloc(numAFormats * sizeof(int16));
427 aformats[i] = pq_getmsgint(msgBuf, 2);
478 aformat = aformats[i];
480 aformat = aformats[0];

123