Searched defs:Vdbe (Results 1 – 4 of 4) sorted by relevance
16346 typedef struct Vdbe Vdbe; typedef23382 struct Vdbe { struct23384 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument23385 Parse *pParse; /* Parsing context used to create this Vdbe */ argument23389 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument23400 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument23403 /* When allocating a new Vdbe object, all of the fields below should be argument23425 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument23442 VdbeFrame *pFrame; /* Parent frame */ argument23443 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument[all …]
16472 typedef struct Vdbe Vdbe; typedef23548 struct Vdbe { struct23550 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument23551 Parse *pParse; /* Parsing context used to create this Vdbe */ argument23555 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument23566 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument23569 /* When allocating a new Vdbe object, all of the fields below should be argument23591 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument23608 VdbeFrame *pFrame; /* Parent frame */ argument23609 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument[all …]
16525 typedef struct Vdbe Vdbe; typedef23605 struct Vdbe { struct23607 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument23608 Parse *pParse; /* Parsing context used to create this Vdbe */ argument23612 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument23623 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument23626 /* When allocating a new Vdbe object, all of the fields below should be argument23648 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument23665 VdbeFrame *pFrame; /* Parent frame */ argument23666 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument[all …]