Searched refs:sqlite3_soft_heap_limit64 (Results 1 – 9 of 9) sorted by relevance
28 # sqlite3_soft_heap_limit64() interface with the argument N, if N is33 # sqlite3_soft_heap_limit64(-1) C-language function.
605 sqlite3_soft_heap_limit64 $cmdlinearg(soft-heap-limit)1254 sqlite3_soft_heap_limit64 0
1302 sqlite3_soft_heap_limit64(0); in runCombinedDbSqlInput()
95 sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function122 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
363 sqlite3_soft_heap_limit64,
565 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
2418 sqlite3_soft_heap_limit64(N); in sqlite3Pragma()2420 returnSingleInt(v, sqlite3_soft_heap_limit64(-1)); in sqlite3Pragma()
1858 ** <li> [sqlite3_soft_heap_limit64()]6709 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the6722 ** sqlite3_soft_heap_limit64(N) except that memory allocations will fail6725 ** ^The return value from both sqlite3_soft_heap_limit64() and6731 ** sqlite3_soft_heap_limit64(-1) or sqlite3_hard_heap_limit(-1).6742 ** limit is set to N. ^Invoking sqlite3_soft_heap_limit64(0) when the6767 sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);6774 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]6777 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
5804 amt = sqlite3_soft_heap_limit64(N); in test_soft_heap_limit()