Lines Matching defs:Vdbe
16346 typedef struct Vdbe Vdbe; typedef
23382 struct Vdbe { struct
23384 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23385 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23389 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23400 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23403 /* When allocating a new Vdbe object, all of the fields below should be argument
23425 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23442 VdbeFrame *pFrame; /* Parent frame */ argument
23443 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
23455 ** The following are allowed values for Vdbe.eVdbeState argument