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

/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 524 milliseconds