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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 306 yDbMask lockMask; /* Subset of btreeMask that requires a lock */
vdbeaux.c 963 p->lockMask |= ((yDbMask)1)<<i;
995 if( p->lockMask==0 ) return; /* The common case */
1000 if( i!=1 && (mask & p->lockMask)!=0 && ALWAYS(aDb[i].pBt!=0) ){
1017 if( p->lockMask==0 ) return; /* The common case */
1022 if( i!=1 && (mask & p->lockMask)!=0 && ALWAYS(aDb[i].pBt!=0) ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 104 milliseconds