Lines Matching defs:sqlite3_soft_heap_limit64
1960 ** <li> [sqlite3_soft_heap_limit64()]
5238 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5248 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5253 ** sqlite3_soft_heap_limit64() with a negative argument.
5285 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5291 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5294 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
18714 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
18736 sqlite3_soft_heap_limit64(n);
91440 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
91799 sqlite3_soft_heap_limit64,