Home
last modified time | relevance | path

Searched defs:bytecodevtab_cursor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c109358 typedef struct bytecodevtab_cursor bytecodevtab_cursor; typedef
109359 struct bytecodevtab_cursor { struct
109360 sqlite3_vtab_cursor base; /* Base class - must be first */
109361 sqlite3_stmt *pStmt; /* The statement whose bytecode is displayed */
109362 int iRowid; /* The rowid of the output table */
109363 int iAddr; /* Address */
109364 int needFinalize; /* Cursors owns pStmt and must finalize it */
109365 int showSubprograms; /* Provide a listing of subprograms */
109366 Op *aOp; /* Operand array */
109367 char *zP4; /* Rendered P4 value */
[all …]