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

  /external/sqlite/dist/orig/
sqlite3.c 380 ** be overridden at runtime using the sqlite3_config() API.
752 ** can be fully or partially disabled using a call to [sqlite3_config()]
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
758 ** is unchanged by calls to sqlite3_config().)^
112729 SQLITE_API int sqlite3_config(int op, ...){ function
    [all...]
  /external/sqlite/dist/
sqlite3.c 380 ** be overridden at runtime using the sqlite3_config() API.
752 ** can be fully or partially disabled using a call to [sqlite3_config()]
757 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
758 ** is unchanged by calls to sqlite3_config().)^
112765 SQLITE_API int sqlite3_config(int op, ...){ function
    [all...]

Completed in 71 milliseconds