Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h846 int (*xUnlock)(sqlite3_file*, int); member
H A Dshell.c9037 return pFile->pMethods->xUnlock(pFile, eLock); in apndUnlock()
18934 pFd->pMethods->xUnlock(pFd, eLock) in recoverVfsUnlock()
H A Dsqlite3.c1159 int (*xUnlock)(sqlite3_file*, int); member
26151 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
46011 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
46062 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
46086 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
46439 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
46460 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
221283 rc = fd->pMethods->xUnlock(fd, SQLITE_LOCK_NONE);
222955 return p->pReal->pMethods->xUnlock(p->pReal, eLock);