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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h449 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.h1605 ** <li> [sqlite3_memory_used()]
2574 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2577 ** value of [sqlite3_memory_used()] since the high-water mark
2578 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2585 ** [sqlite3_memory_used()] if and only if the parameter to
2590 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_memory_used(void);
H A Dsqlite3.c1865 ** <li> [sqlite3_memory_used()]
2834 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2837 ** value of [sqlite3_memory_used()] since the high-water mark
2838 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2845 ** [sqlite3_memory_used()] if and only if the parameter to
2850 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_memory_used(void);
23948 excess = sqlite3_memory_used() - n;
24021 SQLITE_API sqlite3_int64 SQLITE_STDCALL sqlite3_memory_used(void){ function
109275 #define sqlite3_memory_used macro
[all...]

Completed in 615 milliseconds