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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile130 sqlite3_limit.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h555 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h3187 ** might also consider lowering resource limits using [sqlite3_limit()]
4046 ** [sqlite3_limit()] interface returns the prior value of the limit.
4065 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
4072 ** that can be lowered at run-time using [sqlite3_limit()].
4576 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4674 ** exceeds limits imposed by [sqlite3_limit]([SQLITE_LIMIT_LENGTH]) or
5363 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
8421 ** the value set for [sqlite3_limit](D,[SQLITE_LIMIT_LENGTH]) instead
H A Dshell.c4739 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context),
5115 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context),
7236 mxBlob = sqlite3_limit(db, SQLITE_LIMIT_LENGTH, -1);
26003 sqlite3_limit(p->db, aLimit[i].limitCode, -1));
26031 sqlite3_limit(p->db, aLimit[iLimit].limitCode,
26035 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1));
H A Dsqlite3.c3500 ** might also consider lowering resource limits using [sqlite3_limit()]
4359 ** [sqlite3_limit()] interface returns the prior value of the limit.
4378 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
4385 ** that can be lowered at run-time using [sqlite3_limit()].
4889 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4987 ** exceeds limits imposed by [sqlite3_limit]([SQLITE_LIMIT_LENGTH]) or
5676 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
8734 ** the value set for [sqlite3_limit](D,[SQLITE_LIMIT_LENGTH]) instead
17428 ** using the sqlite3_limit() interface.
136027 #define sqlite3_limit macro
181065 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d720 int sqlite3_limit(sqlite3*, int id, int newVal);

Completed in 696 milliseconds