Searched defs:SQLITE_NOTFOUND (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java29 public static final int SQLITE_NOTFOUND = 12; /* NOT USED. Table or record not found */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h417 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
689 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
895 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
902 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c624 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
896 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1102 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1109 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
25918 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25927 int rc = SQLITE_NOTFOUND;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h417 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
689 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
895 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
902 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c624 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
896 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1102 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1109 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
25936 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25945 int rc = SQLITE_NOTFOUND;
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 956 milliseconds