Lines Matching defs:Vdbe
16472 typedef struct Vdbe Vdbe; typedef
23548 struct Vdbe { struct
23550 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23551 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23555 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23566 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23569 /* When allocating a new Vdbe object, all of the fields below should be argument
23591 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23608 VdbeFrame *pFrame; /* Parent frame */ argument
23609 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
23621 ** The following are allowed values for Vdbe.eVdbeState argument