Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h501 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
Dsqlite3.h5846 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
Dsqlite3.c6870 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
25220 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
25244 sqlite3_soft_heap_limit64(n);
113782 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
114212 sqlite3_soft_heap_limit64,
117375 sqlite3_soft_heap_limit64(N);
117377 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));
/external/sqlite/dist/orig/
Dsqlite3ext.h501 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
Dsqlite3.h5846 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
Dsqlite3.c6870 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
25220 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
25244 sqlite3_soft_heap_limit64(n);
113766 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
114196 sqlite3_soft_heap_limit64,
117359 sqlite3_soft_heap_limit64(N);
117361 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));