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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h360 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.c5296 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
18656 ** sqlite3_soft_heap_limit() setting.
18734 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
18784 ** sqlite3_soft_heap_limit().
91376 #define sqlite3_soft_heap_limit macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.c5296 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
18656 ** sqlite3_soft_heap_limit() setting.
18734 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
18784 ** sqlite3_soft_heap_limit().
91389 #define sqlite3_soft_heap_limit macro
[all...]

Completed in 240 milliseconds