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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h410 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h1343 ** <li> [sqlite3_soft_heap_limit64()]
4510 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
4520 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
4524 ** sqlite3_soft_heap_limit64() with a negative argument.
4556 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
4562 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
4565 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
H A Dsqlite3.c1896 ** <li> [sqlite3_soft_heap_limit64()]
5063 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5073 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5077 ** sqlite3_soft_heap_limit64() with a negative argument.
5109 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5115 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5118 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
18226 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
18247 sqlite3_soft_heap_limit64(n);
89302 #define sqlite3_soft_heap_limit64 macro
[all...]

Completed in 412 milliseconds