Searched refs:xUnlock (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d299 int function (sqlite3_file*, int) xUnlock;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h674 ** argument to calls it makes to the xLock() and xUnlock() methods
679 ** xUnlock is either SHARED or NONE.
681 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */
682 #define SQLITE_LOCK_SHARED 1 /* xLock() or xUnlock() */
755 ** The integer values to xLock() and xUnlock() are one of
768 ** xUnlock() downgrades the database file lock to either SHARED or NONE.
770 ** to xUnlock() is a no-op.
844 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dshell.c8832 apndUnlock, /* xUnlock */
8959 return pFile->pMethods->xUnlock(pFile, eLock);
17671 pFd->pMethods->xUnlock(pFd, eLock)
H A Dsqlite3.c987 ** argument to calls it makes to the xLock() and xUnlock() methods
992 ** xUnlock is either SHARED or NONE.
994 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */
995 #define SQLITE_LOCK_SHARED 1 /* xLock() or xUnlock() */
1068 ** The integer values to xLock() and xUnlock() are one of
1081 ** xUnlock() downgrades the database file lock to either SHARED or NONE.
1083 ** to xUnlock() is a no-op.
1157 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
[all...]

Completed in 913 milliseconds