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.h440 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.c1474 ** The sqlite3_db_config() interface is used to make configuration
1479 ** The second argument to sqlite3_db_config(D,V,...) is the
1484 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1487 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1738 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1870 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1874 ** should check the return code from [sqlite3_db_config()] to make sure that
1875 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1883 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
97411 #define sqlite3_db_config macro
122784 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h440 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.c1474 ** The sqlite3_db_config() interface is used to make configuration
1479 ** The second argument to sqlite3_db_config(D,V,...) is the
1484 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1487 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1738 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1870 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1874 ** should check the return code from [sqlite3_db_config()] to make sure that
1875 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1883 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
97431 #define sqlite3_db_config macro
122804 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
86884 #define sqlite3_db_config macro
107757 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]

Completed in 572 milliseconds