Searched defs:fulltext_cursor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c574 typedef struct fulltext_cursor { struct
584 } fulltext_cursor; typedef in typeref:struct:fulltext_cursor
586 static struct fulltext_vtab *cursor_vtab(fulltext_cursor *c){
980 fulltext_cursor *c;
982 c = (fulltext_cursor *) calloc(sizeof(fulltext_cursor), 1);
990 fulltext_cursor *c = (fulltext_cursor *) pCursor;
1000 fulltext_cursor *c = (fulltext_cursor *) pCurso
[all...]
H A Dfts1.c1105 typedef struct fulltext_cursor { struct
1114 } fulltext_cursor; typedef in typeref:struct:fulltext_cursor
1116 static struct fulltext_vtab *cursor_vtab(fulltext_cursor *c){
2143 fulltext_cursor *c;
2145 c = (fulltext_cursor *) calloc(sizeof(fulltext_cursor), 1);
2284 static void snippetAllOffsets(fulltext_cursor *p){
2410 fulltext_cursor *pCursor, /* The cursor we need the snippet for */
2525 fulltext_cursor *c = (fulltext_cursor *) pCurso
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2063 typedef struct fulltext_cursor { struct
2073 } fulltext_cursor; typedef in typeref:struct: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 *
[all...]

Completed in 238 milliseconds