Home
last modified time | relevance | path

Searched refs:soft_heap_limit (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/test/
H A Dsoftheap1.test14 # the soft_heap_limit is set low enough to be triggered.
31 # EVIDENCE-OF: R-64451-07163 The soft_heap_limit pragma always returns
36 execsql {PRAGMA soft_heap_limit}
39 execsql {PRAGMA soft_heap_limit=123456; PRAGMA soft_heap_limit;}
45 execsql {PRAGMA soft_heap_limit(-1); PRAGMA soft_heap_limit;}
48 execsql {PRAGMA soft_heap_limit(0); PRAGMA soft_heap_limit;}
53 execsql {PRAGMA soft_heap_limit}
H A Dattach2.test220 # We have to make sure that the cache_size and the soft_heap_limit
/sqlite-3.40.0/src/
H A Dsqlite3ext.h194 void (*soft_heap_limit)(int); member
537 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
H A Dsqlite.h.in6747 ** [PRAGMA soft_heap_limit] and [PRAGMA hard_heap_limit].
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl382 NAME: soft_heap_limit