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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c607 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
636 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
637 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
638 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
639 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
678 return sqliteIOErr;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24748 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
24777 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
24778 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
24779 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
24780 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
24819 return sqliteIOErr;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24999 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
25028 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
25029 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
25030 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25031 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
25062 return sqliteIOErr;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25017 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
25046 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
25047 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
25048 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25049 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
25080 return sqliteIOErr;
[all...]

Completed in 840 milliseconds