Searched defs:sqlite3_msize (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h522 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2905 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2906 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2908 ** sqlite3_msize(X) returns zero. If X points to something that is not
2911 ** of sqlite3_msize(X) is undefined and possibly harmful.
2946 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
18798 nByte += sqlite3_msize(pSchema->tblHash.ht);
18799 nByte += sqlite3_msize(pSchema->trigHash.ht);
18800 nByte += sqlite3_msize(pSchema->idxHash.ht);
18801 nByte += sqlite3_msize(pSchema->fkeyHash.ht);
24717 SQLITE_API sqlite3_uint64 sqlite3_msize(voi function
111974 #define sqlite3_msize macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h522 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2905 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2906 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2908 ** sqlite3_msize(X) returns zero. If X points to something that is not
2911 ** of sqlite3_msize(X) is undefined and possibly harmful.
2946 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
18798 nByte += sqlite3_msize(pSchema->tblHash.ht);
18799 nByte += sqlite3_msize(pSchema->trigHash.ht);
18800 nByte += sqlite3_msize(pSchema->idxHash.ht);
18801 nByte += sqlite3_msize(pSchema->fkeyHash.ht);
24717 SQLITE_API sqlite3_uint64 sqlite3_msize(voi function
111974 #define sqlite3_msize macro
[all...]

Completed in 490 milliseconds