Searched refs:sqlite3_vtab_cursor (Results 1 – 2 of 2) sorted by relevance
5467 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef5497 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);5498 int (*xClose)(sqlite3_vtab_cursor*);5499 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,5501 int (*xNext)(sqlite3_vtab_cursor*);5502 int (*xEof)(sqlite3_vtab_cursor*);5503 int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int);5504 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);5711 struct sqlite3_vtab_cursor { struct
5674 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef5705 int (*xClose)(sqlite3_vtab_cursor*);5708 int (*xNext)(sqlite3_vtab_cursor*);5709 int (*xEof)(sqlite3_vtab_cursor*);5918 struct sqlite3_vtab_cursor { struct76917 sqlite3_vtab_cursor *pVtabCursor;76977 sqlite3_vtab_cursor *pVtabCursor;152491 sqlite3_vtab_cursor *pVtabCursor, 155317 sqlite3_vtab_cursor base;155778 sqlite3_vtab_cursor *pCursor, [all …]
Completed in 422 milliseconds