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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c543 sqlite3_limit(db, SQLITE_LIMIT_FUNCTION_ARG, 10000);
544 mxArg = sqlite3_limit(db, SQLITE_LIMIT_FUNCTION_ARG, -1);
H A Dloadext.c331 sqlite3_limit,
H A Dsqlite3ext.h390 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite.h.in2160 ** might also consider lowering resource limits using [sqlite3_limit()]
2506 ** [sqlite3_limit()] interface returns the prior value of the limit.
2525 int sqlite3_limit(sqlite3*, int id, int newVal);
2532 ** that can be lowered at run-time using [sqlite3_limit()].
2824 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3460 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dmain.c1751 int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
H A Dtest1.c5025 ** tclcmd: sqlite3_limit DB ID VALUE
5027 ** This TCL command runs the sqlite3_limit interface and
5080 rc = sqlite3_limit(db, id, val);
5595 { "sqlite3_limit", test_limit, 0},
/external/sqlite/dist/orig/
H A Dsqlite3ext.h414 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2293 ** might also consider lowering resource limits using [sqlite3_limit()]
2791 ** [sqlite3_limit()] interface returns the prior value of the limit.
2810 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
2817 ** that can be lowered at run-time using [sqlite3_limit()].
3131 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3780 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2843 ** 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 macro
114245 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h414 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2293 ** might also consider lowering resource limits using [sqlite3_limit()]
2791 ** [sqlite3_limit()] interface returns the prior value of the limit.
2810 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
2817 ** that can be lowered at run-time using [sqlite3_limit()].
3131 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3780 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2843 ** 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.
91423 #define sqlite3_limit macro
114281 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2165 ** might also consider lowering resource limits using [sqlite3_limit()]
2511 ** [sqlite3_limit()] interface returns the prior value of the limit.
2530 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
2537 ** that can be lowered at run-time using [sqlite3_limit()].
2829 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
3465 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2708 ** might also consider lowering resource limits using [sqlite3_limit()]
3054 ** [sqlite3_limit()] interface returns the prior value of the limit.
3073 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3080 ** that can be lowered at run-time using [sqlite3_limit()].
3372 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4008 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
9085 ** using the sqlite3_limit() interface.
87079 #define sqlite3_limit macro
109203 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]

Completed in 972 milliseconds