Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c118 const char *zClose; /* Closing highlight */ member
182 fts5HighlightAppend(&rc, p, p->zClose, -1); in fts5HighlightCb()
193 fts5HighlightAppend(&rc, p, p->zClose, -1); in fts5HighlightCb()
223 ctx.zClose = (const char*)sqlite3_value_text(apVal[2]); in fts5HighlightFunction()
408 ctx.zClose = fts5ValueToText(apVal[2]); in fts5SnippetFunction()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c725 const char *zClose, /* String inserted after highlighted term */ in fts3SnippetText() argument
823 if( rc==SQLITE_OK && isHighlight ) rc = fts3StringAppend(pOut, zClose, -1); in fts3SnippetText()