HomeSort by: relevance | last modified time | path
    Searched refs:xRoundup (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1778 ** xRealloc is always a value returned by a prior call to xRoundup.
1784 ** The xRoundup method returns what would be the allocated size of
1789 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1819 int (*xRoundup)(int); /* Round up request size to allocation size */
shell.c 4113 memtraceBase.xRoundup(n));
4132 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
4140 return memtraceBase.xRoundup(n);
    [all...]
sqlite3.c 2099 ** xRealloc is always a value returned by a prior call to xRoundup.
2105 ** The xRoundup method returns what would be the allocated size of
2110 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
2140 int (*xRoundup)(int); /* Round up request size to allocation size */
    [all...]

Completed in 126 milliseconds