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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h371 #define sqlite3_limit sqlite3_api->limit macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h414 #define sqlite3_limit sqlite3_api->limit macro
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.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.
91400 #define sqlite3_limit macro
114258 SQLITE_API int sqlite3_limit(sqlite3 *db, int limitId, int newLimit){ function
[all...]

Completed in 335 milliseconds