Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2403 #define SNIPPET_IGNORE 0 /* It is ok to omit this match from the snippet */ macro
2437 aMatch[i].snStatus = SNIPPET_IGNORE; in snippetText()
2499 aMatch[j].snStatus = SNIPPET_IGNORE; in snippetText()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3252 #define SNIPPET_IGNORE 0 /* It is ok to omit this match from the snippet */ macro
3286 aMatch[i].snStatus = SNIPPET_IGNORE; in snippetText()
3348 aMatch[j].snStatus = SNIPPET_IGNORE; in snippetText()