Home
last modified time | relevance | path

Searched refs:isHighlight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c210610 int isHighlight = 0; /* True for highlighted terms */ local
210665 isHighlight = (hlmask & ((u64)1 << (iCurrent-iPos)))!=0;
210668 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zOpen, -1);
210670 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zClose, -1);