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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h445 #define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 macro
H A Dsqlite3.h1486 ** <li> [sqlite3_soft_heap_limit64()]
4895 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
4905 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
4910 ** sqlite3_soft_heap_limit64() with a negative argument.
4942 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
4948 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
4951 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
H A Dsqlite3.c2057 ** <li> [sqlite3_soft_heap_limit64()]
5466 ** ^The sqlite3_soft_heap_limit64() interface sets and/or queries the
5476 ** ^The return value from sqlite3_soft_heap_limit64() is the size of
5481 ** sqlite3_soft_heap_limit64() with a negative argument.
5513 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
5519 ** This is a deprecated version of the [sqlite3_soft_heap_limit64()]
5522 ** [sqlite3_soft_heap_limit64()] interface rather than this one.
18894 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 n){ function
18916 sqlite3_soft_heap_limit64(n);
92622 #define sqlite3_soft_heap_limit64 macro
[all...]
/freebsd-10.2-release/crypto/heimdal/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 667 milliseconds