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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c56330 sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock) argument
69235 u8 isWriteLock = (u8)pOp->p3; local
79180 u8 isWriteLock; /* True for write lock. False for a read lock */ member in struct:TableLock
79194 sqlite3TableLock( Parse *pParse, int iDb, int iTab, u8 isWriteLock, const char *zName ) argument
[all...]

Completed in 718 milliseconds