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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h371 #define sqlite3_limit sqlite3_api->limit macro
H A Dsqlite3.h1810 ** might also consider lowering resource limits using [sqlite3_limit()]
2166 int sqlite3_limit(sqlite3*, int id, int newVal);
2173 ** that can be lowered at run-time using [sqlite3_limit()].
2424 ** The NNN value must be between 1 and the [sqlite3_limit()]
/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.
91398 #define sqlite3_limit macro
114256 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]

Completed in 1048 milliseconds