Searched defs:SNIPPET_IGNORE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/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;
2499 aMatch[j].snStatus = SNIPPET_IGNORE;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3429 #define SNIPPET_IGNORE 0 /* It is ok to omit this match from the snippet */ macro
3463 aMatch[i].snStatus = SNIPPET_IGNORE;
3525 aMatch[j].snStatus = SNIPPET_IGNORE;

Completed in 93 milliseconds