Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h444 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
HDsqlite3.c997 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25239 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26233 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26265 rc = SQLITE_IOERR_RDLOCK;
/NextBSD/contrib/sqlite3/
HDsqlite3.h462 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
HDsqlite3.c676 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
26744 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
27778 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
27810 rc = SQLITE_IOERR_RDLOCK;
130684 case SQLITE_IOERR_RDLOCK: zName = "SQLITE_IOERR_RDLOCK"; break;