Home | History | Annotate | Download | only in dist

Lines Matching refs:xLock

1087 ** argument to calls it makes to the xLock() and xUnlock() methods
1164 ** The integer values to xLock() and xUnlock() are one of
1172 ** xLock() increases the lock. xUnlock() decreases the lock.
1241 int (*xLock)(sqlite3_file*, int);
14759 return id->pMethods->xLock(id, lockType);
24233 os2Lock, /* xLock */
29395 LOCK, /* xLock */ \
29423 unixLock, /* xLock method */
29432 nolockLock, /* xLock method */
29441 dotlockLock, /* xLock method */
29452 flockLock, /* xLock method */
29464 semLock, /* xLock method */
29476 afpLock, /* xLock method */
29501 proxyLock, /* xLock method */
29514 unixLock, /* xLock method */
31107 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
31158 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
31161 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
31284 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK);
31732 rc = proxy->pMethod->xLock((sqlite3_file*)proxy, eFileLock);
35022 winLock, /* xLock */
38820 ** If the VFS xLock() or xUnlock() returns an error other than SQLITE_BUSY
38830 ** be a few redundant xLock() calls or a lock may be held for longer than
38852 ** to xLock(EXCLUSIVE). Also, the code to do the OPEN->SHARED state transition
72743 0, /* xLock */
73027 0, /* xLock */