Searched defs:intarray_cursor (Results 1 – 1 of 1) sorted by relevance
42 typedef struct intarray_cursor intarray_cursor; typedef51 struct intarray_cursor { struct52 sqlite3_vtab_cursor base; /* Base class */53 int i; /* Current cursor position */