Home
last modified time | relevance | path

Searched defs:SnippetIter (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c58 typedef struct SnippetIter SnippetIter; typedef
62 struct SnippetIter { struct
63 Fts3Cursor *pCsr; /* Cursor snippet is being generated from */
64 int iCol; /* Extract snippet from this column */
65 int nSnippet; /* Requested snippet length (in tokens) */
66 int nPhrase; /* Number of phrases in query */
67 SnippetPhrase *aPhrase; /* Array of size nPhrase */
68 int iCurrent; /* First token of current snippet */