Searched refs:sqlite3_db_config (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c352 sqlite3_db_config,
H A Dtest_malloc.c1063 ** which will cause sqlite3_db_config() to allocate space on its own.
1086 rc = sqlite3_db_config(db, SQLITE_DBCONFIG_LOOKASIDE, 0, sz, cnt);
1088 rc = sqlite3_db_config(db, SQLITE_DBCONFIG_LOOKASIDE, azBuf[bufid], sz,cnt);
1142 ** Invoke sqlite3_config() or sqlite3_db_config() with invalid
1160 if( sqlite3_db_config(db, 99999)!=SQLITE_ERROR ){
1162 "sqlite3_db_config(db, 99999) does not return SQLITE_ERROR",
H A Dsqlite3ext.h402 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite.h.in1126 ** The sqlite3_db_config() interface is used to make configuration
1131 ** The second argument to sqlite3_db_config(D,V,...) is the
1136 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1139 int sqlite3_db_config(sqlite3*, int op, ...);
1395 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1450 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1454 ** should check the return code from [sqlite3_db_config()] to make sure that
1455 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1463 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
H A Dmain.c512 int sqlite3_db_config(sqlite3 *db, int op, ...){ function
/external/chromium_org/sql/
H A Dconnection.cc905 sqlite3_db_config(db_, SQLITE_DBCONFIG_LOOKASIDE, NULL, 0, 0);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h426 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.h1240 ** The sqlite3_db_config() interface is used to make configuration
1245 ** The second argument to sqlite3_db_config(D,V,...) is the
1250 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1253 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1504 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1579 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1583 ** should check the return code from [sqlite3_db_config()] to make sure that
1584 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1592 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
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.h1240 ** The sqlite3_db_config() interface is used to make configuration
1245 ** The second argument to sqlite3_db_config(D,V,...) is the
1250 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1253 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1504 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1579 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1583 ** should check the return code from [sqlite3_db_config()] to make sure that
1584 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1592 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
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.h1131 ** The sqlite3_db_config() interface is used to make configuration
1136 ** The second argument to sqlite3_db_config(D,V,...) is the
1141 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1144 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1400 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1455 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1459 ** should check the return code from [sqlite3_db_config()] to make sure that
1460 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1468 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
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 867 milliseconds