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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h604 #define sqlite3_msize sqlite3_api->msize macro
H A Dsqlite3.h3044 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
3045 ** ^The value returned by sqlite3_msize(X) might be larger than the number
3047 ** sqlite3_msize(X) returns zero. If X points to something that is not
3050 ** of sqlite3_msize(X) is undefined and possibly harmful.
3072 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
H A Dsqlite3.c3357 ** sqlite3_msize(X) returns the size of that memory allocation in bytes.
3358 ** ^The value returned by sqlite3_msize(X) might be larger than the number
3360 ** sqlite3_msize(X) returns zero. If X points to something that is not
3363 ** of sqlite3_msize(X) is undefined and possibly harmful.
3385 SQLITE_API sqlite3_uint64 sqlite3_msize(void*);
30320 SQLITE_API sqlite3_uint64 sqlite3_msize(void *p){ function
136076 #define sqlite3_msize macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d585 sqlite3_uint64 sqlite3_msize(void*);

Completed in 909 milliseconds