Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_IOERR_RDLOCK

994 #define SQLITE_IOERR_RDLOCK            (SQLITE_IOERR | (9<<8))
25735 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26719 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26748 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26751 rc = SQLITE_IOERR_RDLOCK;