Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2404 #define SNIPPET_DESIRED 1 /* We want to include this match in the snippet */ macro
2443 aMatch[j].snStatus = SNIPPET_DESIRED; in snippetText()
2454 if( aMatch[i].snStatus!=SNIPPET_DESIRED ) continue; in snippetText()
2497 && aMatch[j].snStatus==SNIPPET_DESIRED ){ in snippetText()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3253 #define SNIPPET_DESIRED 1 /* We want to include this match in the snippet */ macro
3292 aMatch[j].snStatus = SNIPPET_DESIRED; in snippetText()
3303 if( aMatch[i].snStatus!=SNIPPET_DESIRED ) continue; in snippetText()
3346 && aMatch[j].snStatus==SNIPPET_DESIRED ){ in snippetText()