Lines Matching defs:Vdbe
16525 typedef struct Vdbe Vdbe; typedef
23605 struct Vdbe { struct
23607 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23608 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23612 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23623 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23626 /* When allocating a new Vdbe object, all of the fields below should be argument
23648 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23665 VdbeFrame *pFrame; /* Parent frame */ argument
23666 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
23678 ** The following are allowed values for Vdbe.eVdbeState argument