Home | History | Annotate | Download | only in fts2

Lines Matching refs:fulltext_cursor

2063 typedef struct fulltext_cursor {
2073 } fulltext_cursor;
2075 static struct fulltext_vtab *cursor_vtab(fulltext_cursor *c){
3182 fulltext_cursor *c;
3184 c = (fulltext_cursor *) sqlite3_malloc(sizeof(fulltext_cursor));
3186 memset(c, 0, sizeof(fulltext_cursor));
3329 static void snippetAllOffsets(fulltext_cursor *p){
3436 fulltext_cursor *pCursor, /* The cursor we need the snippet for */
3551 fulltext_cursor *c = (fulltext_cursor *) pCursor;
3563 fulltext_cursor *c = (fulltext_cursor *) pCursor;
3993 fulltext_cursor *c = (fulltext_cursor *) pCursor;
4068 fulltext_cursor *c = (fulltext_cursor *) pCursor;
4080 fulltext_cursor *c = (fulltext_cursor *) pCursor;
4100 fulltext_cursor *c = (fulltext_cursor *) pCursor;
6343 fulltext_cursor *pCursor;
6377 fulltext_cursor *pCursor;
6593 fulltext_cursor *pCursor;
6822 fulltext_cursor *pCursor;
6996 fulltext_cursor *pCursor;