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

/macosx-10.10/Heimdal-398.1.2/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 306 milliseconds