Home
last modified time | relevance | path

Searched defs:isWriteLock (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofthread.h555 OFBool isWriteLock; variable
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/txn/
H A DLockType.java160 public final boolean isWriteLock() { in isWriteLock() method in LockType
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbuild.c44 u8 isWriteLock; /* True for write lock. False for a read lock */ member
62 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
H A Dvdbe.c5464 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbuild.c35 u8 isWriteLock; /* True for write lock. False for a read lock */ member
53 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
H A Dvdbe.c6462 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
H A Dbtree.c9721 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbuild.c35 u8 isWriteLock; /* True for write lock. False for a read lock */ member
53 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
H A Dvdbe.c7124 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
H A Dbtree.c10366 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbuild.c35 u8 isWriteLock; /* True for write lock. False for a read lock */ member
53 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
H A Dvdbe.c7371 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
H A Dbtree.c10423 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbuild.c35 u8 isWriteLock; /* True for write lock. False for a read lock */ member
53 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
H A Dvdbe.c7398 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
H A Dbtree.c10579 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Dbtree.c5992 int sqlite3BtreeLockTable(Btree *p, int iTable, u8 isWriteLock) in sqlite3BtreeLockTable()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c8622 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()