Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3345 typedef struct series_cursor series_cursor; typedef
3346 struct series_cursor { struct
3347 sqlite3_vtab_cursor base; /* Base class - must be first */
3348 int isDesc; /* True to count down rather than up */
3349 sqlite3_int64 iRowid; /* The rowid */
3350 sqlite3_int64 iValue; /* Current value ("value") */
3351 sqlite3_int64 mnValue; /* Mimimum value ("start") */
3352 sqlite3_int64 mxValue; /* Maximum value ("stop") */
3353 sqlite3_int64 iStep; /* Increment ("step") */
/external/sqlite/dist/
Dshell.c3350 typedef struct series_cursor series_cursor; typedef
3351 struct series_cursor { struct
3352 sqlite3_vtab_cursor base; /* Base class - must be first */
3353 int isDesc; /* True to count down rather than up */
3354 sqlite3_int64 iRowid; /* The rowid */
3355 sqlite3_int64 iValue; /* Current value ("value") */
3356 sqlite3_int64 mnValue; /* Mimimum value ("start") */
3357 sqlite3_int64 mxValue; /* Maximum value ("stop") */
3358 sqlite3_int64 iStep; /* Increment ("step") */