Searched refs:xSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1361 ** xSize should return the allocated size of a memory allocation
1399 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6052 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1932 ** xSize should return the allocated size of a memory allocation
1970 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6623 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
19214 return sqlite3GlobalConfig.m.xSize(p);
19224 return sqlite3GlobalConfig.m.xSize(p);
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1218 ** xSize should return the allocated size of a memory allocation
1256 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5658 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1771 ** xSize should return the allocated size of a memory allocation
1809 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6211 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
18545 return sqlite3GlobalConfig.m.xSize(p);
18555 return sqlite3GlobalConfig.m.xSize(p);
[all...]

Completed in 585 milliseconds