HomeSort by relevance Sort by last modified time
    Searched refs:OP_TableLock (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeblob.c 138 {OP_TableLock, 0, 0, 0}, /* 2: Acquire a read or write lock */
274 /* Configure the OP_TableLock instruction */
build.c 98 ** Code an OP_TableLock instruction for each table locked by the
111 sqlite3VdbeAddOp4(pVdbe, OP_TableLock, p1, p->iTab, p->isWriteLock,
    [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 501 milliseconds