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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h428 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2418 ** might also consider lowering resource limits using [sqlite3_limit()]
2933 ** [sqlite3_limit()] interface returns the prior value of the limit.
2952 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
2959 ** that can be lowered at run-time using [sqlite3_limit()].
3274 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3929 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2989 ** might also consider lowering resource limits using [sqlite3_limit()]
3504 ** [sqlite3_limit()] interface returns the prior value of the limit.
3523 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3530 ** that can be lowered at run-time using [sqlite3_limit()].
3845 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4500 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
9981 ** using the sqlite3_limit() interface.
92605 #define sqlite3_limit macro
116863 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/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 610 milliseconds