Lines Matching defs:sqlite3_soft_heap_limit
7339 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)
7382 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
30267 ** sqlite3_soft_heap_limit() setting.
30335 SQLITE_API void sqlite3_soft_heap_limit(int n){
30393 ** sqlite3_soft_heap_limit().
136977 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
137454 sqlite3_soft_heap_limit,