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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c512 int sqlite3_db_config(sqlite3 *db, int op, ...){ function
H A Dsqlite3ext.h402 #define sqlite3_db_config sqlite3_api->db_config macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h426 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.c1790 ** The sqlite3_db_config() interface is used to make configuration
1795 ** The second argument to sqlite3_db_config(D,V,...) is the
1800 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1803 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2054 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2129 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2133 ** should check the return code from [sqlite3_db_config()] to make sure that
2134 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2142 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
91399 #define sqlite3_db_config macro
112996 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h426 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.c1790 ** The sqlite3_db_config() interface is used to make configuration
1795 ** The second argument to sqlite3_db_config(D,V,...) is the
1800 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1803 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2054 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2129 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2133 ** should check the return code from [sqlite3_db_config()] to make sure that
2134 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2142 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
91435 #define sqlite3_db_config macro
113032 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1674 ** The sqlite3_db_config() interface is used to make configuration
1679 ** The second argument to sqlite3_db_config(D,V,...) is the
1684 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1687 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1943 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1998 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2002 ** should check the return code from [sqlite3_db_config()] to make sure that
2003 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2011 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
87091 #define sqlite3_db_config macro
107964 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]

Completed in 440 milliseconds