Searched defs:isWriteLock (Results 1 – 3 of 3) sorted by relevance
35 u8 isWriteLock; /* True for write lock. False for a read lock */ member53 u8 isWriteLock, /* True for a write lock */ in lockTable()89 u8 isWriteLock, /* True for a write lock */ in sqlite3TableLock()
7869 u8 isWriteLock = (u8)pOp->p3; in sqlite3VdbeExec() local
10935 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()