Lines Matching defs:xLock
693 ** argument to calls it makes to the xLock() and xUnlock() methods
770 ** The integer values to xLock() and xUnlock() are one of
778 ** xLock() increases the lock. xUnlock() decreases the lock.
847 int (*xLock)(sqlite3_file*, int);
15824 return id->pMethods->xLock(id, lockType);
29213 LOCK, /* xLock */ \
29243 unixLock, /* xLock method */
29252 nolockLock, /* xLock method */
29261 dotlockLock, /* xLock method */
29272 flockLock, /* xLock method */
29284 semLock, /* xLock method */
29296 afpLock, /* xLock method */
29321 proxyLock, /* xLock method */
29334 unixLock, /* xLock method */
30950 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
31001 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
31004 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
31127 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK);
31575 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
36145 winLock, /* xLock */
40612 ** If the VFS xLock() or xUnlock() returns an error other than SQLITE_BUSY
40622 ** be a few redundant xLock() calls or a lock may be held for longer than
40644 ** to xLock(EXCLUSIVE). Also, the code to do the OPEN->SHARED state transition
76284 0, /* xLock */
76572 0, /* xLock */