Searched refs:xUnlock (Results 1 – 2 of 2) sorted by relevance
786 int (*xUnlock)(sqlite3_file*, int); member
1825 int (*xUnlock)(sqlite3_file*, int); member22281 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()39775 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);39826 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);39850 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);40203 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);40224 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);193282 return p->pReal->pMethods->xUnlock(p->pReal, eLock);
Completed in 506 milliseconds