Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h572 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h7057 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c7370 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
30310 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function
30337 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
137005 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
137499 sqlite3_soft_heap_limit64,
141369 sqlite3_soft_heap_limit64(N);
141371 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));