HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_config (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
main.c 279 int sqlite3_config(int op, ...){ function
283 /* sqlite3_config() shall return SQLITE_MISUSE if it is invoked while
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 379 ** be overridden at runtime using the sqlite3_config() API.
745 ** can be fully or partially disabled using a call to [sqlite3_config()]
750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
751 ** is unchanged by calls to sqlite3_config().)^
107524 SQLITE_API int sqlite3_config(int op, ...){ function
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 317 ** can be fully or partially disabled using a call to [sqlite3_config()]
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
323 ** is unchanged by calls to sqlite3_config().)^
122482 SQLITE_API int sqlite3_config(int op, ...){ function
    [all...]
  /external/sqlite/dist/
sqlite3.c 317 ** can be fully or partially disabled using a call to [sqlite3_config()]
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
323 ** is unchanged by calls to sqlite3_config().)^
122502 SQLITE_API int sqlite3_config(int op, ...){ function
    [all...]

Completed in 158 milliseconds