Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1468 int (*xSize)(void*); /* Return the size of an allocation */ member
H A Dsqlite3.c1675 int (*xSize)(void*); /* Return the size of an allocation */ member
20975 return sqlite3GlobalConfig.m.xSize(p);
20989 return sqlite3GlobalConfig.m.xSize(p);
20996 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);

Completed in 381 milliseconds