Lines Matching defs:sqlite3_limit
2843 ** might also consider lowering resource limits using [sqlite3_limit()]
3341 ** [sqlite3_limit()] interface returns the prior value of the limit.
3360 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3367 ** that can be lowered at run-time using [sqlite3_limit()].
3681 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4330 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
9661 ** using the sqlite3_limit() interface.
91387 #define sqlite3_limit sqlite3_api->limit
91737 sqlite3_limit,
114245 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){