Searched defs:sqlite3_limit (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c1751 int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
H A Dsqlite3ext.h390 #define sqlite3_limit sqlite3_api->limit macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h428 #define sqlite3_limit sqlite3_api->limit macro
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.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.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 1327 milliseconds