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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h382 #define sqlite3_soft_heap_limit sqlite3_api->soft_heap_limit macro
H A Dsqlite3.h4567 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
H A Dsqlite3.c5120 SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N);
18168 ** sqlite3_soft_heap_limit() setting.
18245 SQLITE_API void sqlite3_soft_heap_limit(int n){ function
18295 ** sqlite3_soft_heap_limit().
89274 #define sqlite3_soft_heap_limit macro
[all...]
/freebsd-11-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 711 milliseconds