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.h428 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2468 ** might also consider lowering resource limits using [sqlite3_limit()]
3010 ** [sqlite3_limit()] interface returns the prior value of the limit.
3029 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3036 ** that can be lowered at run-time using [sqlite3_limit()].
3350 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4005 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2583 ** might also consider lowering resource limits using [sqlite3_limit()]
3125 ** [sqlite3_limit()] interface returns the prior value of the limit.
3144 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3151 ** that can be lowered at run-time using [sqlite3_limit()].
3465 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4120 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
10382 ** using the sqlite3_limit() interface.
97399 #define sqlite3_limit macro
124291 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h428 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h2468 ** might also consider lowering resource limits using [sqlite3_limit()]
3010 ** [sqlite3_limit()] interface returns the prior value of the limit.
3029 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3036 ** that can be lowered at run-time using [sqlite3_limit()].
3350 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4005 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c2583 ** might also consider lowering resource limits using [sqlite3_limit()]
3125 ** [sqlite3_limit()] interface returns the prior value of the limit.
3144 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
3151 ** that can be lowered at run-time using [sqlite3_limit()].
3465 ** ^The NNN value must be between 1 and the [sqlite3_limit()]
4120 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
10382 ** using the sqlite3_limit() interface.
97419 #define sqlite3_limit macro
124311 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
9070 ** using the sqlite3_limit() interface.
86872 #define sqlite3_limit macro
108996 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]

Completed in 544 milliseconds