Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1469 int (*xRoundup)(int); /* Round up request size to allocation size */ member
H A Dsqlite3.c1676 int (*xRoundup)(int); /* Round up request size to allocation size */ member
15231 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
20790 nFull = sqlite3GlobalConfig.m.xRoundup(n);
21079 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes);

Completed in 332 milliseconds