Home
last modified time | relevance | path

Searched refs:PGRESULT_BLOCK_OVERHEAD (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/
H A Dfe-exec.c129 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
549 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
552 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
581 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
582 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY)
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD);
573 space = block->space + PGRESULT_BLOCK_OVERHEAD;
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD;
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
570 block = (PGresult_data *) malloc(nBytes + PGRESULT_BLOCK_OVERHEAD); in pqResultAlloc()
573 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
602 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c131 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
578 size_t alloc_size = nBytes + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
584 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
614 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c130 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY)
577 size_t alloc_size = nBytes + PGRESULT_BLOCK_OVERHEAD;
583 space = block->space + PGRESULT_BLOCK_OVERHEAD;
613 res->curOffset = PGRESULT_BLOCK_OVERHEAD;
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
/dports/databases/postgresql13-plpython/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c130 #define PGRESULT_BLOCK_OVERHEAD Max(sizeof(PGresult_data), PGRESULT_ALIGN_BOUNDARY) macro
577 size_t alloc_size = nBytes + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
583 space = block->space + PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
613 res->curOffset = PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()

12