Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dmalloc.c148 void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function
Dsqlite3ext.h379 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/sqlite/dist/
Dsqlite3ext.h417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/sqlite/dist/orig/
Dsqlite3ext.h417 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c17853 SQLITE_API void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function