HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_db_config (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 352 sqlite3_db_config,
test_malloc.c 1063 ** 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",
    [all...]
sqlite3ext.h 402 #define sqlite3_db_config sqlite3_api->db_config macro
sqlite.h.in     [all...]
main.c 512 int sqlite3_db_config(sqlite3 *db, int op, ...){ function
    [all...]
  /external/chromium_org/sql/
connection.cc 931 sqlite3_db_config(db_, SQLITE_DBCONFIG_LOOKASIDE, NULL, 0, 0);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 86884 #define sqlite3_db_config macro
107757 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
    [all...]

Completed in 70 milliseconds