Searched refs:xLock (Results 1 – 2 of 2) sorted by relevance
739 int (*xLock)(sqlite3_file*, int); member
946 int (*xLock)(sqlite3_file*, int); member16556 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()32177 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);32228 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);32231 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);32808 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
Completed in 310 milliseconds