Lines Matching refs:series_cursor
3362 /* series_cursor is a subclass of sqlite3_vtab_cursor which will
3366 typedef struct series_cursor series_cursor;
3367 struct series_cursor {
3422 ** This method is the destructor for series_cursor objects.
3430 ** Constructor for a new series_cursor object.
3433 series_cursor *pCur;
3443 ** Destructor for a series_cursor.
3452 ** Advance a series_cursor to its next row of output.
3455 series_cursor *pCur = (series_cursor*)cur;
3466 ** Return values of columns for the row at which the series_cursor
3474 series_cursor *pCur = (series_cursor*)cur;
3492 series_cursor *pCur = (series_cursor*)cur;
3502 series_cursor *pCur = (series_cursor*)cur;
3519 ** This method is called to "rewind" the series_cursor object back
3545 series_cursor *pCur = (series_cursor *)pVtabCursor;
5378 ** Return values of columns for the row at which the series_cursor
7873 ** Return values of columns for the row at which the series_cursor