Lines Matching defs:bytecodevtab_cursor
109200 typedef struct bytecodevtab_cursor bytecodevtab_cursor; typedef
109201 struct bytecodevtab_cursor { struct
109202 sqlite3_vtab_cursor base; /* Base class - must be first */
109203 sqlite3_stmt *pStmt; /* The statement whose bytecode is displayed */
109204 int iRowid; /* The rowid of the output table */
109205 int iAddr; /* Address */
109206 int needFinalize; /* Cursors owns pStmt and must finalize it */
109207 int showSubprograms; /* Provide a listing of subprograms */
109208 Op *aOp; /* Operand array */
109209 char *zP4; /* Rendered P4 value */
109210 const char *zType; /* tables_used.type */
109211 const char *zSchema; /* tables_used.schema */
109212 const char *zName; /* tables_used.name */
109213 Mem sub; /* Subprograms */