Lines Matching defs:sqlite3_limit
3436 ** might also consider lowering resource limits using [sqlite3_limit()]
4278 ** [sqlite3_limit()] interface returns the prior value of the limit.
4297 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
4304 ** that can be lowered at run-time using [sqlite3_limit()].
4773 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4871 ** exceeds limits imposed by [sqlite3_limit]([SQLITE_LIMIT_LENGTH]) or
5550 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
8527 ** the value set for [sqlite3_limit](D,[SQLITE_LIMIT_LENGTH]) instead
16852 ** using the sqlite3_limit() interface.
132477 #define sqlite3_limit sqlite3_api->limit
132960 sqlite3_limit,
136711 sqlite3_limit(db, SQLITE_LIMIT_WORKER_THREADS, (int)(N&0x7fffffff));
136713 returnSingleInt(v, sqlite3_limit(db, SQLITE_LIMIT_WORKER_THREADS, -1));
176265 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){