Searched refs: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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h326 #define SQLITE_NOTFOUND 12 /* NOT USED. Table or record not found */ macro
/external/sqlite/dist/orig/
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
641 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
827 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
832 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1191 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1377 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1382 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
23460 return SQLITE_NOTFOUND;
25448 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25457 int rc = SQLITE_NOTFOUND;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
641 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
827 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
832 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
1191 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
1377 ** [SQLITE_FCNTL_PRAGMA] file control returns [SQLITE_NOTFOUND], then normal
1382 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
23460 return SQLITE_NOTFOUND;
25459 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
25468 int rc = SQLITE_NOTFOUND;
[all...]

Completed in 351 milliseconds