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.c24763 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
24792 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
24793 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
24794 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
24795 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
24834 return sqliteIOErr;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25686 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
25715 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
25716 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
25717 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25718 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
25759 return sqliteIOErr;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25704 static int sqliteErrorFromPosixError(int posixError, int sqliteIOErr) { argument
25733 if( (sqliteIOErr == SQLITE_IOERR_LOCK) ||
25734 (sqliteIOErr == SQLITE_IOERR_UNLOCK) ||
25735 (sqliteIOErr == SQLITE_IOERR_RDLOCK) ||
25736 (sqliteIOErr == SQLITE_IOERR_CHECKRESERVEDLOCK) ){
25777 return sqliteIOErr;
[all...]

Completed in 767 milliseconds