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

/external/chromium_org/third_party/sqlite/src/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;
2454 if( aMatch[i].snStatus!=SNIPPET_DESIRED ) continue;
2497 && aMatch[j].snStatus==SNIPPET_DESIRED ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3430 #define SNIPPET_DESIRED 1 /* We want to include this match in the snippet */ macro
3469 aMatch[j].snStatus = SNIPPET_DESIRED;
3480 if( aMatch[i].snStatus!=SNIPPET_DESIRED ) continue;
3523 && aMatch[j].snStatus==SNIPPET_DESIRED ){

Completed in 160 milliseconds