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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1359 ** xRealloc is always a value returned by a prior call to xRoundup.
1365 ** The xRoundup method returns what would be the allocated size of
1370 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1400 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1930 ** xRealloc is always a value returned by a prior call to xRoundup.
1936 ** The xRoundup method returns what would be the allocated size of
1941 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1971 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
13883 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
19031 nFull = sqlite3GlobalConfig.m.xRoundup(n);
19296 ** xRoundup. */
19297 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes);
[all...]
/freebsd-10.2-release/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...]

Completed in 687 milliseconds