Searched defs:Vdbe (Results 1 – 1 of 1) sorted by relevance
16889 typedef struct Vdbe Vdbe; typedef24039 struct Vdbe { struct24041 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument24042 Parse *pParse; /* Parsing context used to create this Vdbe */ argument24046 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument24057 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument24060 /* When allocating a new Vdbe object, all of the fields below should be argument24083 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument24100 VdbeFrame *pFrame; /* Parent frame */ argument24101 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument[all …]