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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1250 ** xSize should return the allocated size of a memory allocation
1288 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5788 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1800 ** xSize should return the allocated size of a memory allocation
1838 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6338 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
18970 return sqlite3GlobalConfig.m.xSize(p);
18980 return sqlite3GlobalConfig.m.xSize(p);
[all...]

Completed in 438 milliseconds