Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/sqlite/src/ext/fts1/ | |
fulltext.c | 574 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 *) pCursor [all...] |
fts1.c | 1105 typedef struct fulltext_cursor { struct 1114 } fulltext_cursor; typedef in typeref:struct:fulltext_cursor [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ | |
fts2.c | 2063 typedef struct fulltext_cursor { struct 2073 } fulltext_cursor; typedef in typeref:struct:fulltext_cursor [all...] |