Searched refs:xRoundup (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1216 ** xRealloc is always a value returned by a prior call to xRoundup.
1222 ** The xRoundup method returns what would be the allocated size of
1227 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1257 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1769 ** xRealloc is always a value returned by a prior call to xRoundup.
1775 ** The xRoundup method returns what would be the allocated size of
1780 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1810 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
13151 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
18362 nFull = sqlite3GlobalConfig.m.xRoundup(n);
18623 ** xRoundup. */
18624 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1631 ** xRealloc is always a value returned by a prior call to xRoundup.
1637 ** The xRoundup method returns what would be the allocated size of
1642 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1672 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dshell.c4334 memtraceBase.xRoundup(n));
4353 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
4361 return memtraceBase.xRoundup(n);
H A Dsqlite3.c2694 ** xRealloc is always a value returned by a prior call to xRoundup.
2700 ** The xRoundup method returns what would be the allocated size of
2705 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2735 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
21895 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
[all...]

Completed in 976 milliseconds