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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h465 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
H A Dsqlite3.c1036 #define SQLITE_IOERR_RDLOCK (SQLITE_IOERR | (9<<8)) macro
23849 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
24875 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_RDLOCK);
24904 ** protocol. If this happens, return SQLITE_IOERR_RDLOCK. Returning
24907 rc = SQLITE_IOERR_RDLOCK;
[all...]
/freebsd-10.2-release/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...]

Completed in 979 milliseconds