Searched defs:SQLITE_NOTFOUND (Results 1 - 8 of 8) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h393 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
628 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
H A Dsqlite3.c936 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1171 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
22591 return SQLITE_NOTFOUND;
24535 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
24544 int rc = SQLITE_NOTFOUND;
27649 return SQLITE_NOTFOUND;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
682 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
886 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
891 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
797 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1001 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1006 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
24732 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
24741 int rc = SQLITE_NOTFOUND;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
682 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
886 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
891 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
797 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1001 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1006 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
24750 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
24759 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 8280 milliseconds