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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 29 public static final int SQLITE_NOTFOUND = 12; /* NOT USED. Table or record not found */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 393 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
628 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
682 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
    [all...]
sqlite3.c 526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
    [all...]
  /external/sqlite/dist/
sqlite3.h 411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
682 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
    [all...]
sqlite3.c 526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 275 milliseconds