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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c25208 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
25237 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
25238 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
25239 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25240 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
25281 return sqliteIOErr;
[all...]

Completed in 600 milliseconds