Home
last modified time | relevance | path

Searched refs:sqlite3_soft_heap_limit64 (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/
Dsqlite3ext.h431 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
Dsqlite3.h4735 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
Dsqlite3.c5285 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
18714 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function
18736 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
91417 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
91776 sqlite3_soft_heap_limit64,
/external/sqlite/dist/orig/
Dsqlite3ext.h431 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
Dsqlite3.h4735 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
Dsqlite3.c5285 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
18714 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function
18736 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
91404 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
91763 sqlite3_soft_heap_limit64,