Home | History | Annotate | Download | only in orig

Lines Matching defs:mHighlight

128928   u64 mHighlight = 0;             /* Mask of tokens to highlight in snippet */
128949 mHighlight |= (mPos>>j);
128962 *pmHighlight = mHighlight;
129069 u64 mHighlight;
129070 fts3SnippetDetails(&sIter, mCovered, &iPos, &iScore, &mCover, &mHighlight);
129074 pFragment->hlmask = mHighlight;