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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 57 public static final int SQLITE_OPEN_MASTER_JOURNAL = 0x00004000; /* VFS only */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 479 #define SQLITE_OPEN_MASTER_JOURNAL 0x00004000 /* VFS only */
    [all...]
sqlite3.c     [all...]

Completed in 534 milliseconds