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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile170 sqlite3_soft_heap_limit64.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h572 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h1886 ** <li> [sqlite3_soft_heap_limit64()]
6974 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
6987 ** sqlite3_soft_heap_limit64(N) except that memory allocations will fail
6990 ** ^The return value from both sqlite3_soft_heap_limit64() and
6996 ** sqlite3_soft_heap_limit64(-1) or sqlite3_hard_heap_limit(-1).
7007 ** limit is set to N. ^Invoking sqlite3_soft_heap_limit64(0) when the
7032 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
7039 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
7042 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
H A Dsqlite3.c2199 ** <li> [sqlite3_soft_heap_limit64()]
7287 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
7300 ** sqlite3_soft_heap_limit64(N) except that memory allocations will fail
7303 ** ^The return value from both sqlite3_soft_heap_limit64() and
7309 ** sqlite3_soft_heap_limit64(-1) or sqlite3_hard_heap_limit(-1).
7320 ** limit is set to N. ^Invoking sqlite3_soft_heap_limit64(0) when the
7345 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
7352 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
7355 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
30031 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
136044 #define sqlite3_soft_heap_limit64 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1291 sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);

Completed in 513 milliseconds