Searched defs:sqlite3_vtab_cursor (Results 1 – 5 of 5) sorted by relevance
163 module.xNext = [](sqlite3_vtab_cursor* c) { in BM_SqliteStepAndResult() argument
6335 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef6635 struct sqlite3_vtab_cursor { struct6636 sqlite3_vtab *pVtab; /* Virtual table of this cursor */
7374 typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor; typedef7674 struct sqlite3_vtab_cursor { struct7675 sqlite3_vtab *pVtab; /* Virtual table of this cursor */