Home
last modified time | relevance | path

Searched refs:nextBlockSize (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/util/
H A DUtil.cpp718 const auto nextBlockSize = std::min(srcRemaining, CHUNK); in Gzip() local
719 srcRemaining -= nextBlockSize; in Gzip()
722 strm.avail_in = static_cast<uInt>(nextBlockSize); in Gzip()
726 output.resize(output.size() + nextBlockSize); in Gzip()
727 strm.avail_out = static_cast<uInt>(nextBlockSize); in Gzip()
737 src += nextBlockSize; in Gzip()
767 srcRemaining -= nextBlockSize; in Ungzip()
770 strm.avail_in = static_cast<uInt>(nextBlockSize); in Ungzip()
774 output.resize(output.size() + nextBlockSize); in Ungzip()
775 strm.avail_out = static_cast<uInt>(nextBlockSize); in Ungzip()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/qprocess/
H A Dqringbuffer_p.h82 int nextBlockSize = nextDataBlockSize(); in free() local
83 if (bytes < nextBlockSize) { in free()
90 bytes -= nextBlockSize; in free()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_utils_mmgr_aset.c148 Size nextBlockSize; /* next block size to allocate */ member
384 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
531 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
766 blksize = set->nextBlockSize; in AllocSetAlloc()
767 set->nextBlockSize <<= 1; in AllocSetAlloc()
768 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
769 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
367 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
514 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
749 blksize = set->nextBlockSize; in AllocSetAlloc()
750 set->nextBlockSize <<= 1; in AllocSetAlloc()
751 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
752 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_utils_mmgr_aset.c148 Size nextBlockSize; /* next block size to allocate */ member
384 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
531 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
766 blksize = set->nextBlockSize; in AllocSetAlloc()
767 set->nextBlockSize <<= 1; in AllocSetAlloc()
768 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
769 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/mmgr/
H A Daset.c182 Size nextBlockSize; /* next block size to allocate */ member
470 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
617 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
852 blksize = set->nextBlockSize; in AllocSetAlloc()
853 set->nextBlockSize <<= 1; in AllocSetAlloc()
854 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
855 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/mmgr/
H A Daset.c129 Size nextBlockSize; /* next block size to allocate */ member
364 set->nextBlockSize = initBlockSize; in AllocSetContextCreate()
511 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
746 blksize = set->nextBlockSize; in AllocSetAlloc()
747 set->nextBlockSize <<= 1; in AllocSetAlloc()
748 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
749 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/mmgr/
H A Daset.c132 Size nextBlockSize; /* next block size to allocate */ member
515 set->nextBlockSize = initBlockSize; in AllocSetContextCreateExtended()
616 set->nextBlockSize = set->initBlockSize; in AllocSetReset()
900 blksize = set->nextBlockSize; in AllocSetAlloc()
901 set->nextBlockSize <<= 1; in AllocSetAlloc()
902 if (set->nextBlockSize > set->maxBlockSize) in AllocSetAlloc()
903 set->nextBlockSize = set->maxBlockSize; in AllocSetAlloc()

123