Searched defs:sqlite3_memory_used (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h349 #define sqlite3_memory_used sqlite3_api->memory_used macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h392 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1958 ** <li> [sqlite3_memory_used()]
2749 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2752 ** value of [sqlite3_memory_used()] since the high-water mark
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2760 ** [sqlite3_memory_used()] if and only if the parameter to
2765 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18730 excess = sqlite3_memory_used() - n;
18803 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
91365 #define sqlite3_memory_used macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h392 #define sqlite3_memory_used sqlite3_api->memory_used macro
H A Dsqlite3.c1958 ** <li> [sqlite3_memory_used()]
2749 ** ^The [sqlite3_memory_used()] routine returns the number of bytes
2752 ** value of [sqlite3_memory_used()] since the high-water mark
2753 ** was last reset. ^The values returned by [sqlite3_memory_used()] and
2760 ** [sqlite3_memory_used()] if and only if the parameter to
2765 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
18730 excess = sqlite3_memory_used() - n;
18803 SQLITE_API sqlite3_int64 sqlite3_memory_used(void){ function
91376 #define sqlite3_memory_used macro
[all...]

Completed in 274 milliseconds