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