Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile170 sqlite3_soft_heap_limit64.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h572 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h7032 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
H A Dsqlite3.c7345 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
30031 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ in sqlite3_soft_heap_limit64() function
30058 sqlite3_soft_heap_limit64(n); in sqlite3_soft_heap_limit()
136044 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64
136538 sqlite3_soft_heap_limit64,
140270 sqlite3_soft_heap_limit64(N);
140272 returnSingleInt(v, sqlite3_soft_heap_limit64(-1));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1291 sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);