Searched refs:sqlite3_soft_heap_limit (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h515 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.h6479 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)
6522 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
H A Dsqlite3.c7542 ** ^If the hard heap limit is enabled and if sqlite3_soft_heap_limit(N)
7585 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
27723 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
125905 #define sqlite3_soft_heap_limit macro
[all...]

Completed in 602 milliseconds