Home
last modified time | relevance | path

Searched refs:sqlite3_soft_heap_limit64 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h550 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h6674 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c6980 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
28176 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
28203 sqlite3_soft_heap_limit64(n);
127864 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
128336 sqlite3_soft_heap_limit64,
131796 sqlite3_soft_heap_limit64(N);
131798 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));