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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h494 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2629 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2630 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2632 ** sqlite3_msize(X) returns zero. If X points to something that is not
2635 ** of sqlite3_msize(X) is undefined and possibly harmful.
2670 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
20993 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void *p){ function
102349 #define sqlite3_msize macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h494 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.c2629 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2630 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2632 ** sqlite3_msize(X) returns zero. If X points to something that is not
2635 ** of sqlite3_msize(X) is undefined and possibly harmful.
2670 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void*);
20993 SQLITE_API sqlite3_uint64 SQLITE_STDCALL sqlite3_msize(void *p){ function
102367 #define sqlite3_msize macro
[all...]

Completed in 320 milliseconds