Home
last modified time | relevance | path

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

12

/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE);
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE;
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-server/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql12-docs/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE);
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE;
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data);
/dports/databases/postgresql12-server/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-client/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE);
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE;
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE);
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE;
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
605 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
608 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
615 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
621 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-docs/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c128 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
131 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
604 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
607 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
614 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
620 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE; in pqResultAlloc()
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql14-client/postgresql-14.1/src/interfaces/libpq/
H A Dfe-exec.c133 #define PGRESULT_DATA_BLOCKSIZE 2048
136 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
609 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE);
612 res->memorySize += PGRESULT_DATA_BLOCKSIZE;
619 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD;
625 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
594 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
609 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
594 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
609 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
594 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
609 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c129 #define PGRESULT_DATA_BLOCKSIZE 2048 macro
132 #define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
594 block = (PGresult_data *) malloc(PGRESULT_DATA_BLOCKSIZE); in pqResultAlloc()
603 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - PGRESULT_BLOCK_OVERHEAD; in pqResultAlloc()
609 res->spaceLeft = PGRESULT_DATA_BLOCKSIZE - sizeof(PGresult_data); in pqResultAlloc()

12