Lines Matching refs:sqlite3_soft_heap_limit64
1274 ** <li> [sqlite3_soft_heap_limit64()]
4242 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
4252 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
4256 ** sqlite3_soft_heap_limit64() with a negative argument.
4288 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
4294 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
4297 ** [sqlite3_soft_heap_limit64()] interface rather than this one.