Lines Matching refs:sqlite3_limit
3519 ** might also consider lowering resource limits using [sqlite3_limit()]
4378 ** [sqlite3_limit()] interface returns the prior value of the limit.
4397 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
4404 ** that can be lowered at run-time using [sqlite3_limit()].
4908 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
5006 ** exceeds limits imposed by [sqlite3_limit]([SQLITE_LIMIT_LENGTH]) or
5695 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
8759 ** the value set for [sqlite3_limit](D,[SQLITE_LIMIT_LENGTH]) instead
17478 ** using the sqlite3_limit() interface.
136988 #define sqlite3_limit sqlite3_api->limit
137473 sqlite3_limit,
141409 sqlite3_limit(db, SQLITE_LIMIT_WORKER_THREADS, (int)(N&0x7fffffff));
141411 returnSingleInt(v, sqlite3_limit(db, SQLITE_LIMIT_WORKER_THREADS, -1));
182681 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){