Home
last modified time | relevance | path

Searched refs:sqlite3_soft_heap_limit (Results 1 – 22 of 22) sorted by relevance

/sqlite-3.40.0/test/
H A Dindexfault.test92 set soft_limit [sqlite3_soft_heap_limit 50000]
99 sqlite3_soft_heap_limit $soft_limit
148 set soft_limit [sqlite3_soft_heap_limit 50000]
155 sqlite3_soft_heap_limit $soft_limit
217 set soft_limit [sqlite3_soft_heap_limit 50000]
224 sqlite3_soft_heap_limit $soft_limit
255 set soft_limit [sqlite3_soft_heap_limit 50000]
263 sqlite3_soft_heap_limit $soft_limit
318 sqlite3_soft_heap_limit 20000
334 sqlite3_soft_heap_limit 0
H A Dsoftheap1.test37 } [sqlite3_soft_heap_limit -1]
42 sqlite3_soft_heap_limit -1
51 sqlite3_soft_heap_limit 5000
73 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dioerr5.test30 set ::soft_limit [sqlite3_soft_heap_limit 1048576]
82 sqlite3_soft_heap_limit 1048576
130 sqlite3_soft_heap_limit 1024
171 sqlite3_soft_heap_limit 1048576
214 sqlite3_soft_heap_limit $::soft_limit
H A Dmalloc5.test13 # sqlite3_soft_heap_limit() and sqlite3_release_memory().
60 sqlite3_soft_heap_limit 0
220 set ::soft_limit [sqlite3_soft_heap_limit -1]
241 sqlite3_soft_heap_limit 200000
256 sqlite3_soft_heap_limit $::soft_limit
281 sqlite3_soft_heap_limit 5000
289 sqlite3_soft_heap_limit $::soft_limit
418 sqlite3_soft_heap_limit $::soft_limit
H A Dioerr3.test23 sqlite3_soft_heap_limit 8192
40 sqlite3_soft_heap_limit 0
H A Dlock2.test45 sqlite3_soft_heap_limit 0
109 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dindex4.test53 set soft_limit [sqlite3_soft_heap_limit 50000]
66 sqlite3_soft_heap_limit $soft_limit
H A Dcapi3b.test28 sqlite3_soft_heap_limit 0
144 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dlock6.test113 sqlite3_soft_heap_limit 0
164 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dcache.test21 sqlite3_soft_heap_limit 0
139 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dpageropt.test57 sqlite3_soft_heap_limit 0
207 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dincrblob.test112 sqlite3_soft_heap_limit 0
220 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
438 sqlite3_soft_heap_limit 0
514 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dexclusive2.test39 sqlite3_soft_heap_limit 0
322 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dattach2.test226 set soft_limit [sqlite3_soft_heap_limit 0]
331 sqlite3_soft_heap_limit $soft_limit
H A Dexclusive.test193 sqlite3_soft_heap_limit 0
215 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dsort.test514 sqlite3_soft_heap_limit $softheaplimit
570 sqlite3_soft_heap_limit 0
H A Davtrans.test94 sqlite3_soft_heap_limit 0
169 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
H A Dpermutations.test532 # sqlite3_soft_heap_limit() and sqlite3_release_memory() functionality.
/sqlite-3.40.0/src/
H A Dloadext.c318 sqlite3_soft_heap_limit,
H A Dmalloc.c120 void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function
H A Dsqlite3ext.h537 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite.h.in6736 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)
6779 SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);