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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 101 public static final int SQLITE_CONFIG_GETPCACHE = 15; /* sqlite3_pcache_methods* */
  /external/chromium_org/third_party/sqlite/src/src/
test_init.c 176 sqlite3_config(SQLITE_CONFIG_GETPCACHE, &wrapped.pcache);
test_pcache.c 449 sqlite3_config(SQLITE_CONFIG_GETPCACHE, &defaultPcache);
sqlite.h.in     [all...]
main.c 363 case SQLITE_CONFIG_GETPCACHE: {
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 150 milliseconds