Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h507 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8)) macro
H A Dsqlite3.c826 #define SQLITE_IOERR_UNLOCK (SQLITE_IOERR | (8<<8)) macro
39756 (sqliteIOErr == SQLITE_IOERR_UNLOCK) || in sqliteErrorFromPosixError()
40711 rc = SQLITE_IOERR_UNLOCK; in unixLock()
40868 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
40890 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
40921 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
40939 rc = SQLITE_IOERR_UNLOCK; in posixUnlock()
41259 rc = SQLITE_IOERR_UNLOCK; in dotlockUnlock()
41444 return SQLITE_IOERR_UNLOCK; in flockUnlock()
41607 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_UNLOCK); in semXUnlock()
[all …]
H A Dshell.c16511 case SQLITE_IOERR_UNLOCK: zVal = "SQLITE_IOERR_UNLOCK"; break; in vfstrace_errcode_name()