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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 71 public static final int SQLITE_IOCAP_SAFE_APPEND = 0x00000200;
  /external/sqlite/dist/orig/
sqlite3.h 580 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
609 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 580 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
609 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200
    [all...]
sqlite3.c     [all...]

Completed in 129 milliseconds