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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d459 int function (int) xRoundup; /** Round up request size to allocation size */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1729 ** xRealloc is always a value returned by a prior call to xRoundup.
1735 ** The xRoundup method returns what would be the allocated size of
1740 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1770 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dshell.c2562 memtraceBase.xRoundup(n));
2581 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
2589 return memtraceBase.xRoundup(n);
H A Dsqlite3.c2042 ** xRealloc is always a value returned by a prior call to xRoundup.
2048 ** The xRoundup method returns what would be the allocated size of
2053 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2083 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
[all...]

Completed in 768 milliseconds