SnippetFragment  122687 third_party/sqlite/amalgamation/sqlite3.c typedef struct SnippetFragment SnippetFragment;
SnippetFragment  123088 third_party/sqlite/amalgamation/sqlite3.c   SnippetFragment *pFragment,     /* OUT: Best snippet found */
SnippetFragment  123283 third_party/sqlite/amalgamation/sqlite3.c   SnippetFragment *pFragment,     /* Snippet to extract */
SnippetFragment  123958 third_party/sqlite/amalgamation/sqlite3.c   SnippetFragment aSnippet[4];    /* Maximum of 4 fragments per snippet */
SnippetFragment  123981 third_party/sqlite/amalgamation/sqlite3.c       SnippetFragment *pFragment = &aSnippet[iSnip];
SnippetFragment  123990 third_party/sqlite/amalgamation/sqlite3.c         SnippetFragment sF = {0, 0, 0, 0};
SnippetFragment    54 third_party/sqlite/src/ext/fts3/fts3_snippet.c typedef struct SnippetFragment SnippetFragment;
SnippetFragment   455 third_party/sqlite/src/ext/fts3/fts3_snippet.c   SnippetFragment *pFragment,     /* OUT: Best snippet found */
SnippetFragment   650 third_party/sqlite/src/ext/fts3/fts3_snippet.c   SnippetFragment *pFragment,     /* Snippet to extract */
SnippetFragment  1325 third_party/sqlite/src/ext/fts3/fts3_snippet.c   SnippetFragment aSnippet[4];    /* Maximum of 4 fragments per snippet */
SnippetFragment  1348 third_party/sqlite/src/ext/fts3/fts3_snippet.c       SnippetFragment *pFragment = &aSnippet[iSnip];
SnippetFragment  1357 third_party/sqlite/src/ext/fts3/fts3_snippet.c         SnippetFragment sF = {0, 0, 0, 0};