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

  /external/chromium_org/sql/
error_delegate_util.cc 62 case SQLITE_NOTFOUND:
  /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/src/src/
sqlite.h.in 388 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
623 ** return [SQLITE_NOTFOUND] for file control opcodes that they do not
    [all...]
test1.c 132 case SQLITE_NOTFOUND: zName = "SQLITE_NOTFOUND"; break;
    [all...]
test_multiplex.c 257 rc = SQLITE_NOTFOUND;
    [all...]
test_vfstrace.c 712 ** SQLITE_NOTFOUND is returned if zOldVfsName does not exist.
728 if( pRoot==0 ) return SQLITE_NOTFOUND;
os_os2.c 579 return SQLITE_NOTFOUND;
    [all...]
main.c 855 /* SQLITE_NOTFOUND */ "unknown operation",
    [all...]
os_win.c     [all...]
os_unix.c 394 ** system call pointer, or SQLITE_NOTFOUND if there is no configurable
403 int rc = SQLITE_NOTFOUND;
    [all...]
where.c     [all...]
  /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...]

Completed in 65 milliseconds