Searched refs:sqlite3_msize (Results 1 – 3 of 3) sorted by relevance
604 #define sqlite3_msize sqlite3_api->msize macro
3063 ** 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 number3066 ** sqlite3_msize(X) returns zero. If X points to something that is not3069 ** of sqlite3_msize(X) is undefined and possibly harmful.3091 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
3376 ** 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 number3379 ** sqlite3_msize(X) returns zero. If X points to something that is not3382 ** 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...]