Home | History | Annotate | Download | only in dist

Lines Matching defs:mHighlight

128976   u64 mHighlight = 0;             /* Mask of tokens to highlight in snippet */
128997 mHighlight |= (mPos>>j);
129010 *pmHighlight = mHighlight;
129117 u64 mHighlight;
129118 fts3SnippetDetails(&sIter, mCovered, &iPos, &iScore, &mCover, &mHighlight);
129122 pFragment->hlmask = mHighlight;