Searched refs:series_cursor (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2846 ** Return values of columns for the row at which the series_cursor
5512 /* series_cursor is a subclass of sqlite3_vtab_cursor which will
5516 typedef struct series_cursor series_cursor; typedef in typeref:struct:series_cursor
5517 struct series_cursor { struct
5572 ** This method is the destructor for series_cursor objects.
5580 ** Constructor for a new series_cursor object.
5583 series_cursor *pCur;
5593 ** Destructor for a series_cursor.
5602 ** Advance a series_cursor t
[all...]

Completed in 181 milliseconds