Searched defs:series_cursor (Results 1 – 2 of 2) sorted by relevance
83 typedef struct series_cursor series_cursor; typedef84 struct series_cursor { struct85 sqlite3_vtab_cursor base; /* Base class - must be first */86 int isDesc; /* True to count down rather than up */87 sqlite3_int64 iRowid; /* The rowid */88 sqlite3_int64 iValue; /* Current value ("value") */89 sqlite3_int64 mnValue; /* Mimimum value ("start") */90 sqlite3_int64 mxValue; /* Maximum value ("stop") */91 sqlite3_int64 iStep; /* Increment ("step") */
376 typedef struct series_cursor series_cursor; typedef377 struct series_cursor { struct378 sqlite3_vtab_cursor base; /* Base class - must be first */379 int isDesc; /* True to count down rather than up */380 sqlite3_int64 iRowid; /* The rowid */381 sqlite3_int64 iValue; /* Current value ("value") */382 sqlite3_int64 mnValue; /* Mimimum value ("start") */383 sqlite3_int64 mxValue; /* Maximum value ("stop") */384 sqlite3_int64 iStep; /* Increment ("step") */