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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h503 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2649 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2650 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2652 ** sqlite3_msize(X) returns zero. If X points to something that is not
2655 ** of sqlite3_msize(X) is undefined and possibly harmful.
2690 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
21773 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void *p){ function
104550 #define sqlite3_msize macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h503 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2649 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2650 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2652 ** sqlite3_msize(X) returns zero. If X points to something that is not
2655 ** of sqlite3_msize(X) is undefined and possibly harmful.
2690 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
21773 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void *p){ function
104568 #define sqlite3_msize macro
[all...]

Completed in 634 milliseconds