Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c86588 typedef struct VdbeOpIter VdbeOpIter; typedef
86589 struct VdbeOpIter { struct
86590 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. */