Lines Matching defs:sqlite3_soft_heap_limit64
2175 ** <li> [sqlite3_soft_heap_limit64()]
7070 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
7083 ** sqlite3_soft_heap_limit64(N) except that memory allocations will fail
7086 ** ^The return value from both sqlite3_soft_heap_limit64() and
7092 ** sqlite3_soft_heap_limit64(-1) or sqlite3_hard_heap_limit(-1).
7103 ** limit is set to N. ^Invoking sqlite3_soft_heap_limit64(0) when the
7128 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
7135 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
7138 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
29136 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
29163 sqlite3_soft_heap_limit64(n);
132494 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
132986 sqlite3_soft_heap_limit64,
136662 ** sqlite3_soft_heap_limit64() interface with the argument N, if N is
136666 ** sqlite3_soft_heap_limit64(-1) C-language function.
136671 sqlite3_soft_heap_limit64(N);
136673 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));