Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h954 int (*xRoundup)(int); /* Round up request size to allocation size */ member
/external/sqlite/dist/
Dsqlite3.h1324 int (*xRoundup)(int); /* Round up request size to allocation size */ member
Dsqlite3.c1874 int (*xRoundup)(int); /* Round up request size to allocation size */ member
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
19113 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes); in sqlite3Realloc()
/external/sqlite/dist/orig/
Dsqlite3.h1324 int (*xRoundup)(int); /* Round up request size to allocation size */ member
Dsqlite3.c1874 int (*xRoundup)(int); /* Round up request size to allocation size */ member
13460 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
19113 nNew = sqlite3GlobalConfig.m.xRoundup(nBytes); in sqlite3Realloc()