Searched refs:sqlite3_soft_heap_limit (Results 1 – 22 of 22) sorted by relevance
92 set soft_limit [sqlite3_soft_heap_limit 50000]99 sqlite3_soft_heap_limit $soft_limit148 set soft_limit [sqlite3_soft_heap_limit 50000]155 sqlite3_soft_heap_limit $soft_limit217 set soft_limit [sqlite3_soft_heap_limit 50000]224 sqlite3_soft_heap_limit $soft_limit255 set soft_limit [sqlite3_soft_heap_limit 50000]263 sqlite3_soft_heap_limit $soft_limit318 sqlite3_soft_heap_limit 20000334 sqlite3_soft_heap_limit 0
37 } [sqlite3_soft_heap_limit -1]42 sqlite3_soft_heap_limit -151 sqlite3_soft_heap_limit 500073 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
30 set ::soft_limit [sqlite3_soft_heap_limit 1048576]82 sqlite3_soft_heap_limit 1048576130 sqlite3_soft_heap_limit 1024171 sqlite3_soft_heap_limit 1048576214 sqlite3_soft_heap_limit $::soft_limit
13 # sqlite3_soft_heap_limit() and sqlite3_release_memory().60 sqlite3_soft_heap_limit 0220 set ::soft_limit [sqlite3_soft_heap_limit -1]241 sqlite3_soft_heap_limit 200000256 sqlite3_soft_heap_limit $::soft_limit281 sqlite3_soft_heap_limit 5000289 sqlite3_soft_heap_limit $::soft_limit418 sqlite3_soft_heap_limit $::soft_limit
23 sqlite3_soft_heap_limit 819240 sqlite3_soft_heap_limit 0
45 sqlite3_soft_heap_limit 0109 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
53 set soft_limit [sqlite3_soft_heap_limit 50000]66 sqlite3_soft_heap_limit $soft_limit
28 sqlite3_soft_heap_limit 0144 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
113 sqlite3_soft_heap_limit 0164 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
21 sqlite3_soft_heap_limit 0139 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
57 sqlite3_soft_heap_limit 0207 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
112 sqlite3_soft_heap_limit 0220 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)438 sqlite3_soft_heap_limit 0514 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
39 sqlite3_soft_heap_limit 0322 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
226 set soft_limit [sqlite3_soft_heap_limit 0]331 sqlite3_soft_heap_limit $soft_limit
193 sqlite3_soft_heap_limit 0215 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
514 sqlite3_soft_heap_limit $softheaplimit570 sqlite3_soft_heap_limit 0
94 sqlite3_soft_heap_limit 0169 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
532 # sqlite3_soft_heap_limit() and sqlite3_release_memory() functionality.
318 sqlite3_soft_heap_limit,
120 void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function
537 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
6736 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)6779 SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);