Home | History | Annotate | Download | only in fts2

Lines Matching refs:zSnippet

1936   char *zSnippet; /* Snippet text */
1937 int nSnippet; /* strlen(zSnippet) */
3214 sqlite3_free(p->zSnippet);
3456 sqlite3_free(pCursor->snippet.zSnippet);
3457 pCursor->snippet.zSnippet = 0;
3541 pCursor->snippet.zSnippet = stringBufferData(&sb);
6364 sqlite3_result_text(pContext, pCursor->snippet.zSnippet,