fts3_snippet.c | 78 u64 hlmask; /* Mask of snippet terms to highlight */ member in struct:SnippetFragment 515 pFragment->hlmask = mHighlight; 592 u64 hlmask = *pHlmask; /* Local copy of initial highlight-mask */ local 594 if( hlmask ){ 599 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++); 600 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++); 637 *pHlmask = hlmask >> nShift; 667 u64 hlmask = pFragment->hlmask; /* Highlight-mask for snippet */ local 711 rc = fts3SnippetShift(pTab, nSnippet, &zDoc[iBegin], n, &iPos, &hlmask); [all...] |