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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h936 ** The xRoundup method returns what would be the allocated size of
954 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h1283 ** xRealloc is always a value returned by a prior call to xRoundup.
1289 ** The xRoundup method returns what would be the allocated size of
1294 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1324 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1839 ** The xRoundup method returns what would be the allocated size of
1844 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1874 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n);
19112 ** xRoundup. */
19113 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1283 ** xRealloc is always a value returned by a prior call to xRoundup.
1289 ** The xRoundup method returns what would be the allocated size of
1294 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1324 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1839 ** The xRoundup method returns what would be the allocated size of
1844 ** or [sqlite3_realloc()] first calls xRoundup. If xRoundup returns 0,
1874 int (*xRoundup)(int); /* Round up request size to allocation size */ member in struct:sqlite3_mem_methods
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n);
19112 ** xRoundup. */
19113 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes);
[all...]

Completed in 308 milliseconds