Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h410 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h4556 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c5109 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
18226 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function
18247 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
89302 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
89661 sqlite3_soft_heap_limit64,
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h541 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h6443 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c7482 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
27355 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){
27382 sqlite3_soft_heap_limit64(n);
123732 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
124197 sqlite3_soft_heap_limit64,
127474 sqlite3_soft_heap_limit64(N);
127476 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));