Home | History | Annotate | Download | only in dist

Lines Matching refs:colUsed

6177 ** The colUsed field indicates which columns of the virtual table may be
6181 ** the corresponding bit is set within the colUsed mask if the column may be
6183 ** to the right of the first 63 is required, then bit 63 of colUsed is also
6185 ** (colUsed & ((sqlite3_uint64)1 << (iCol>=63 ? 63 : iCol))) evaluates to
6270 sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */