Searched defs:VdbeOpIter (Results 1 – 1 of 1) sorted by relevance
86588 typedef struct VdbeOpIter VdbeOpIter; typedef86589 struct VdbeOpIter { struct86590 Vdbe *v; /* Vdbe to iterate through the opcodes of */86591 SubProgram **apSub; /* Array of subprograms */86592 int nSub; /* Number of entries in apSub */86593 int iAddr; /* Address of next instruction to return */86594 int iSub; /* 0 = main program, 1 = first sub-program etc. */