Searched refs:sqlite3_memory_used (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h371 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1341 ** <li> [sqlite3_memory_used()]
2125 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2128 ** value of [sqlite3_memory_used()] since the high-water mark
2129 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2136 ** [sqlite3_memory_used()] if and only if the parameter to
2141 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
H A Dsqlite3.c1894 ** <li> [sqlite3_memory_used()]
2678 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2681 ** value of [sqlite3_memory_used()] since the high-water mark
2682 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2689 ** [sqlite3_memory_used()] if and only if the parameter to
2694 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18241 excess = sqlite3_memory_used() - n;
18314 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
89263 #define sqlite3_memory_used macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h504 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1769 ** <li> [sqlite3_memory_used()]
2913 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2916 ** value of [sqlite3_memory_used()] since the high-water mark
2917 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2924 ** [sqlite3_memory_used()] if and only if the parameter to
2929 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
H A Dsqlite3.c2832 ** <li> [sqlite3_memory_used()]
3976 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
3979 ** value of [sqlite3_memory_used()] since the high-water mark
3980 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
3987 ** [sqlite3_memory_used()] if and only if the parameter to
3992 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
27801 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
125894 #define sqlite3_memory_used macro
[all...]

Completed in 1033 milliseconds