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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d298 int function (sqlite3_file*, int) xLock;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h674 ** argument to calls it makes to the xLock() and xUnlock() methods
678 ** The argument to xLock() is always SHARED or higher. The argument to
682 #define SQLITE_LOCK_SHARED 1 /* xLock() or xUnlock() */
683 #define SQLITE_LOCK_RESERVED 2 /* xLock() only */
684 #define SQLITE_LOCK_PENDING 3 /* xLock() only */
685 #define SQLITE_LOCK_EXCLUSIVE 4 /* xLock() only */
755 ** The integer values to xLock() and xUnlock() are one of
763 ** xLock() upgrades the database file lock. In other words, xLock() moves the
765 ** xLock() i
843 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
[all...]
H A Dshell.c8831 apndLock, /* xLock */
8951 return pFile->pMethods->xLock(pFile, eLock);
17666 pFd->pMethods->xLock(pFd, eLock)
H A Dsqlite3.c987 ** argument to calls it makes to the xLock() and xUnlock() methods
991 ** The argument to xLock() is always SHARED or higher. The argument to
995 #define SQLITE_LOCK_SHARED 1 /* xLock() or xUnlock() */
996 #define SQLITE_LOCK_RESERVED 2 /* xLock() only */
997 #define SQLITE_LOCK_PENDING 3 /* xLock() only */
998 #define SQLITE_LOCK_EXCLUSIVE 4 /* xLock() only */
1068 ** The integer values to xLock() and xUnlock() are one of
1076 ** xLock() upgrades the database file lock. In other words, xLock() moves the
1078 ** xLock() i
1156 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
[all...]

Completed in 620 milliseconds