Lines Matching defs:sqlite3_soft_heap_limit64
2201 ** <li> [sqlite3_soft_heap_limit64()]
7312 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
7325 ** sqlite3_soft_heap_limit64(N) except that memory allocations will fail
7328 ** ^The return value from both sqlite3_soft_heap_limit64() and
7334 ** sqlite3_soft_heap_limit64(-1) or sqlite3_hard_heap_limit(-1).
7345 ** limit is set to N. ^Invoking sqlite3_soft_heap_limit64(0) when the
7370 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
7377 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
7380 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
30310 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
30337 sqlite3_soft_heap_limit64(n);
137005 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
137499 sqlite3_soft_heap_limit64,
141360 ** sqlite3_soft_heap_limit64() interface with the argument N, if N is
141364 ** sqlite3_soft_heap_limit64(-1) C-language function.
141369 sqlite3_soft_heap_limit64(N);
141371 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));