Home
last modified time | relevance | path

Searched defs:series_cursor (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dseries.c83 typedef struct series_cursor series_cursor; typedef
84 struct series_cursor { struct
85 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") */
/sqlite-3.40.0/tool/
H A Dfuzzershell.c376 typedef struct series_cursor series_cursor; typedef
377 struct series_cursor { struct
378 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") */