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

  /external/chromium_org/third_party/sqlite/src/src/
btree.h 88 int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
build.c 47 u8 isWriteLock; /* True for write lock. False for a read lock */
55 ** A read or a write lock can be taken depending on isWritelock.
65 u8 isWriteLock, /* True for a write lock */
77 p->isWriteLock = (p->isWriteLock || isWriteLock);
89 p->isWriteLock = isWriteLock;
111 sqlite3VdbeAddOp4(pVdbe, OP_TableLock, p1, p->iTab, p->isWriteLock,
    [all...]
vdbe.c     [all...]
btree.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 466 milliseconds