Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h604 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.h3063 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
3064 ** ^The value returned by sqlite3_msize(X) might be larger than the number
3066 ** sqlite3_msize(X) returns zero. If X points to something that is not
3069 ** of sqlite3_msize(X) is undefined and possibly harmful.
3091 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
H A Dsqlite3.c3376 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
3377 ** ^The value returned by sqlite3_msize(X) might be larger than the number
3379 ** sqlite3_msize(X) returns zero. If X points to something that is not
3382 ** of sqlite3_msize(X) is undefined and possibly harmful.
3404 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
30618 SQLITE_API sqlite3_uint64 sqlite3_msize(void *p){ sqlite3_msize() function
[all...]