Searched refs:soft_heap_limit (Results 1 – 5 of 5) sorted by relevance
14 # the soft_heap_limit is set low enough to be triggered.31 # EVIDENCE-OF: R-64451-07163 The soft_heap_limit pragma always returns36 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}
220 # We have to make sure that the cache_size and the soft_heap_limit
194 void (*soft_heap_limit)(int); member537 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
6747 ** [PRAGMA soft_heap_limit] and [PRAGMA hard_heap_limit].
382 NAME: soft_heap_limit