Searched refs:snippetMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1007 struct snippetMatch { /* One entry for each matching term */ struct in struct:Snippet
2183 struct snippetMatch *pMatch;
2323 struct snippetMatch *pMatch = &p->aMatch[i];
2347 struct snippetMatch *aMatch, /* Matching words */
2416 struct snippetMatch *aMatch;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1927 struct snippetMatch { /* One entry for each matching term */ struct in struct:Snippet
3226 struct snippetMatch *pMatch;
3368 struct snippetMatch *pMatch = &p->aMatch[i];
3392 struct snippetMatch *aMatch, /* Matching words */
3442 struct snippetMatch *aMatch;

Completed in 322 milliseconds