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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h444 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c997 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
25239 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
26233 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
26262 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
26265 rc = SQLITE_IOERR_RDLOCK;
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h471 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c731 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
[all...]

Completed in 893 milliseconds