Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_IOERR_RDLOCK

994 #define SQLITE_IOERR_RDLOCK            (SQLITE_IOERR | (9<<8))
25717 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26701 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26730 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26733 rc = SQLITE_IOERR_RDLOCK;