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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java144 public static final int SQLITE_LIMIT_FUNCTION_ARG = 6; field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2565 ** ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
2588 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
3465 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c3108 ** ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
3131 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
4008 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2845 ** [[SQLITE_LIMIT_FUNCTION_ARG]] ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
2870 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
3780 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c3395 ** [[SQLITE_LIMIT_FUNCTION_ARG]] ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
3420 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
4330 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2845 ** [[SQLITE_LIMIT_FUNCTION_ARG]] ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
2870 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
3780 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
H A Dsqlite3.c3395 ** [[SQLITE_LIMIT_FUNCTION_ARG]] ^(<dt>SQLITE_LIMIT_FUNCTION_ARG</dt>
3420 #define SQLITE_LIMIT_FUNCTION_ARG 6 macro
4330 ** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
[all...]

Completed in 661 milliseconds