Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_soft_heap_limit

1660 **   <li> [sqlite3_soft_heap_limit()]
4455 ** ^The sqlite3_soft_heap_limit() interface places a "soft" limit
4482 SQLITE_API void sqlite3_soft_heap_limit(int);
15651 SQLITE_API void sqlite3_soft_heap_limit(int n){
76337 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit
76646 sqlite3_soft_heap_limit,