Searched refs:SQLITE_IOERR_RDLOCK (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in438 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8))
H A Dtest_vfstrace.c154 case SQLITE_IOERR_RDLOCK: zVal = "SQLITE_IOERR_RDLOCK"; break;
H A Dos_unix.c638 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
1630 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
1659 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
1662 rc = SQLITE_IOERR_RDLOCK;
H A Dtest1.c157 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h443 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c986 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
24779 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25771 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
25800 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
25803 rc = SQLITE_IOERR_RDLOCK;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h456 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c571 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25030 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26056 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26085 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26088 rc = SQLITE_IOERR_RDLOCK;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h456 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c571 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25048 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26074 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26103 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26106 rc = SQLITE_IOERR_RDLOCK;
[all...]

Completed in 600 milliseconds