Lines Matching refs:xUnlock
1013 ** argument to calls it makes to the xLock() and xUnlock() methods
1018 ** xUnlock is either SHARED or NONE.
1020 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */
1021 #define SQLITE_LOCK_SHARED 1 /* xLock() or xUnlock() */
1094 ** The integer values to xLock() and xUnlock() are one of
1107 ** xUnlock() downgrades the database file lock to either SHARED or NONE.
1109 ** to xUnlock() is a no-op.
1184 int (*xUnlock)(sqlite3_file*, int);
27403 return id->pMethods->xUnlock(id, lockType);
39231 kvvfsUnlock, /* xUnlock */
39255 kvvfsUnlock, /* xUnlock */
39913 SQLITE_KV_LOG(("xUnlock(%s,%d)\n", pFile->zClass, eLock));
45992 UNLOCK, /* xUnlock */ \
46022 unixUnlock, /* xUnlock method */
46032 nolockUnlock, /* xUnlock method */
46042 dotlockUnlock, /* xUnlock method */
46054 flockUnlock, /* xUnlock method */
46067 semXUnlock, /* xUnlock method */
46080 afpUnlock, /* xUnlock method */
46106 proxyUnlock, /* xUnlock method */
46120 nfsUnlock, /* xUnlock method */
48110 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
48161 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
48185 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
48538 rc = proxy->pMethod->xUnlock((sqlite3_file*)proxy, eFileLock);
48559 rc = lockProxy->pMethod->xUnlock((sqlite3_file*)lockProxy, NO_LOCK);
53689 winUnlock, /* xUnlock */
53715 winNolockUnlock, /* xUnlock */
55429 memdbUnlock, /* xUnlock */
59950 ** If the VFS xLock() or xUnlock() returns an error other than SQLITE_BUSY
59959 ** This is usually safe. If an xUnlock fails or appears to fail, there may
59966 ** transition, by the same pager or any other). If the call to xUnlock()
59974 ** doesn't know it because of a previous error in xUnlock). If this happens
59979 ** To work around this, if a call to xUnlock() fails when unlocking the
60710 ** or SHARED_LOCK. Regardless of whether or not the call to xUnlock()
109944 0, /* xUnlock */
229103 rc = fd->pMethods->xUnlock(fd, SQLITE_LOCK_NONE);
230777 return p->pReal->pMethods->xUnlock(p->pReal, eLock);
231002 rbuVfsUnlock, /* xUnlock */
231022 rbuVfsUnlock, /* xUnlock */