Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h603 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.h2980 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
2981 ** ^The value returned by sqlite3_msize(X) might be larger than the number
2983 ** sqlite3_msize(X) returns zero. If X points to something that is not
2986 ** of sqlite3_msize(X) is undefined and possibly harmful.
3008 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
/third_party/sqlite/src/
H A Dsqlite3.c3293 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
3294 ** ^The value returned by sqlite3_msize(X) might be larger than the number
3296 ** sqlite3_msize(X) returns zero. If X points to something that is not
3299 ** of sqlite3_msize(X) is undefined and possibly harmful.
3321 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
29425 SQLITE_API sqlite3_uint64 sqlite3_msize(void *p){ sqlite3_msize() function
132526 #define sqlite3_msize global() macro
[all...]

Completed in 142 milliseconds