Searched refs:sqlite3_msize (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h520 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.h2524 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2525 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2527 ** sqlite3_msize(X) returns zero. If X points to something that is not
2530 ** of sqlite3_msize(X) is undefined and possibly harmful.
2565 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
H A Dsqlite3.c2784 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2785 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2787 ** sqlite3_msize(X) returns zero. If X points to something that is not
2790 ** of sqlite3_msize(X) is undefined and possibly harmful.
2825 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
18435 nByte += sqlite3_msize(pSchema->tblHash.ht);
18436 nByte += sqlite3_msize(pSchema->trigHash.ht);
18437 nByte += sqlite3_msize(pSchema->idxHash.ht);
18438 nByte += sqlite3_msize(pSchema->fkeyHash.ht);
24261 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(voi function
109346 #define sqlite3_msize macro
[all...]

Completed in 410 milliseconds