Lines Matching defs:sqlite3_soft_heap_limit
7097 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)
7140 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
29093 ** sqlite3_soft_heap_limit() setting.
29161 SQLITE_API void sqlite3_soft_heap_limit(int n){
29219 ** sqlite3_soft_heap_limit().
132466 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
132941 sqlite3_soft_heap_limit,