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

  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 365 ** this fact in the pSrcList.a[].colUsed bitmask. Column 0 causes
377 pMatch->colUsed |= ((Bitmask)1)<<n;
421 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
    [all...]
where.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 54 milliseconds