Lines Matching defs:series_cursor
5846 /* series_cursor is a subclass of sqlite3_vtab_cursor which will
5850 typedef struct series_cursor series_cursor;
5851 struct series_cursor {
5901 ** This method is the destructor for series_cursor objects.
5909 ** Constructor for a new series_cursor object.
5912 series_cursor *pCur;
5922 ** Destructor for a series_cursor.
5931 ** Advance a series_cursor to its next row of output.
5934 series_cursor *pCur = (series_cursor*)cur;
5940 ** Return values of columns for the row at which the series_cursor
5948 series_cursor *pCur = (series_cursor*)cur;
5969 series_cursor *pCur = (series_cursor*)cur;
5980 series_cursor *pCur = (series_cursor*)cur;
5993 ** This method is called to "rewind" the series_cursor object back
6019 series_cursor *pCur = (series_cursor *)pVtabCursor;
7909 ** Return values of columns for the row at which the series_cursor
10409 ** Return values of columns for the row at which the series_cursor