Searched defs:intarray_cursor (Results 1 – 1 of 1) sorted by relevance
38 typedef struct intarray_cursor intarray_cursor; typedef47 struct intarray_cursor { struct48 sqlite3_vtab_cursor base; /* Base class */49 int i; /* Current cursor position */