Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h1643 int (*xRoundup)(int); /* Round up request size to allocation size */ member
H A Dsqlite3.c2682 int (*xRoundup)(int); /* Round up request size to allocation size */ member
20820 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
26702 nFull = sqlite3GlobalConfig.m.xRoundup(n);
26905 nNew = sqlite3GlobalConfig.m.xRoundup((int)nBytes);

Completed in 415 milliseconds