Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/sqlite/src/test/
Dsoftheap1.test27 sqlite3_soft_heap_limit -1
28 sqlite3_soft_heap_limit 0
29 sqlite3_soft_heap_limit 5000
48 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dioerr3.test23 sqlite3_soft_heap_limit 8192
40 sqlite3_soft_heap_limit 0
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
Dmalloc5.test13 # sqlite3_soft_heap_limit() and sqlite3_release_memory().
42 sqlite3_soft_heap_limit 0
199 set ::soft_limit [sqlite3_soft_heap_limit -1]
217 sqlite3_soft_heap_limit 100000
232 sqlite3_soft_heap_limit $::soft_limit
257 sqlite3_soft_heap_limit 5000
265 sqlite3_soft_heap_limit $::soft_limit
391 sqlite3_soft_heap_limit $::soft_limit
Dlock2.test45 sqlite3_soft_heap_limit 0
109 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dcapi3b.test28 sqlite3_soft_heap_limit 0
144 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dlock6.test113 sqlite3_soft_heap_limit 0
164 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dcache.test21 sqlite3_soft_heap_limit 0
139 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dpageropt.test52 sqlite3_soft_heap_limit 0
197 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dincrblob.test112 sqlite3_soft_heap_limit 0
211 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
429 sqlite3_soft_heap_limit 0
511 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dexclusive2.test31 sqlite3_soft_heap_limit 0
315 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dattach2.test226 set soft_limit [sqlite3_soft_heap_limit 0]
331 sqlite3_soft_heap_limit $soft_limit
Dexclusive.test193 sqlite3_soft_heap_limit 0
215 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dtester.tcl243 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
533 sqlite3_soft_heap_limit 0
Davtrans.test93 sqlite3_soft_heap_limit 0
168 sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
Dpermutations.test244 # sqlite3_soft_heap_limit() and sqlite3_release_memory() functionality.
/external/chromium_org/third_party/sqlite/src/src/
Dloadext.c312 sqlite3_soft_heap_limit,
Dsqlite3ext.h379 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
Dmalloc.c148 void sqlite3_soft_heap_limit(int n){ in sqlite3_soft_heap_limit() function
Dsqlite.h.in4378 SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
/external/sqlite/dist/orig/
Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
Dsqlite3.h4746 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
/external/sqlite/dist/
Dsqlite3ext.h403 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
Dsqlite3.h4746 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h4383 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);

12