Home
last modified time | relevance | path

Searched refs:PqSendBuffer (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
199 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1374 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1415 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1416 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1594 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer;
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize);
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount);
1438 char *bufptr = PqSendBuffer + PqSendStart;
1439 char *bufend = PqSendBuffer + PqSendPointer;
1617 PqSendBuffer = repalloc(PqSendBuffer, required);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer;
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize);
1395 memcpy(PqSendBuffer + PqSendPointer, s, amount);
1436 char *bufptr = PqSendBuffer + PqSendStart;
1437 char *bufend = PqSendBuffer + PqSendPointer;
1615 PqSendBuffer = repalloc(PqSendBuffer, required);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dpqcomm.c137 static char *PqSendBuffer; variable
198 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1397 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1438 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1439 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1617 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dpqcomm.c124 static char *PqSendBuffer; variable
183 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1316 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1357 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1358 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1527 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dpqcomm.c124 static char *PqSendBuffer; variable
183 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1316 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1357 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1358 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1527 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dpqcomm.c124 static char *PqSendBuffer; variable
183 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1316 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1357 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1358 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1527 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/libpq/
H A Dpqcomm.c124 static char *PqSendBuffer; variable
183 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1316 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1357 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1358 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1527 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/libpq/
H A Dpqcomm.c135 static char *PqSendBuffer; variable
196 PqSendBuffer = MemoryContextAlloc(TopMemoryContext, PqSendBufferSize); in pq_init()
1381 memcpy(PqSendBuffer + PqSendPointer, s, amount); in internal_putbytes()
1422 char *bufptr = PqSendBuffer + PqSendStart; in internal_flush()
1423 char *bufend = PqSendBuffer + PqSendPointer; in internal_flush()
1601 PqSendBuffer = repalloc(PqSendBuffer, required); in socket_putmessage_noblock()

12