Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_RDLOCK (Results 1 – 3 of 3) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.h508 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dshell.c16512 case SQLITE_IOERR_RDLOCK: zVal = "SQLITE_IOERR_RDLOCK"; break; in vfstrace_errcode_name()
H A Dsqlite3.c827 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
39757 (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;