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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h393 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2219 ** might also consider lowering resource limits using [sqlite3_limit()]
2693 ** [sqlite3_limit()] interface returns the prior value of the limit.
2712 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
2719 ** that can be lowered at run-time using [sqlite3_limit()].
3013 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3649 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2772 ** might also consider lowering resource limits using [sqlite3_limit()]
3246 ** [sqlite3_limit()] interface returns the prior value of the limit.
3265 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3272 ** that can be lowered at run-time using [sqlite3_limit()].
3566 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4202 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
9372 ** using the sqlite3_limit() interface.
89285 #define sqlite3_limit macro
111910 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]

Completed in 415 milliseconds