Searched refs:OP_TableLock (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeblob.c138 {OP_TableLock, 0, 0, 0}, /* 2: Acquire a read or write lock */
274 /* Configure the OP_TableLock instruction */
H A Dbuild.c95 ** Code an OP_TableLock instruction for each table locked by the
108 sqlite3VdbeAddOp4(pVdbe, OP_TableLock, p1, p->iTab, p->isWriteLock,
H A Dvdbe.c5442 case OP_TableLock: {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8163 #define OP_TableLock 123 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9395 #define OP_TableLock 141 /* synopsis: iDb=P1 root=P2 write=P3 */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9395 #define OP_TableLock 141 /* synopsis: iDb=P1 root=P2 write=P3 */ macro
[all...]

Completed in 505 milliseconds