Searched refs:SQLITE_IOERR_RDLOCK (Results 1 – 3 of 3) sorted by relevance
508 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
16512 case SQLITE_IOERR_RDLOCK: zVal = "SQLITE_IOERR_RDLOCK"; break; in vfstrace_errcode_name()
827 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro39757 (sqliteIOErr == SQLITE_IOERR_RDLOCK) || in sqliteErrorFromPosixError()40878 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK); in posixUnlock()40908 rc = SQLITE_IOERR_RDLOCK; in posixUnlock()184199 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;