Searched defs:Vdbe (Results 1 – 5 of 5) sorted by relevance
268 struct Vdbe { struct285 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument286 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument290 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument291 int pc; /* The program counter */292 int rc; /* Value to return */293 u8 errorAction; /* Recovery action to do in case of an error */294 u8 okVar; /* True if azVar[] has been initialized */295 u8 explain; /* True if EXPLAIN present on SQL command */319 VdbeFrame *pFrame; /* Parent frame */ argument[all …]
27 typedef struct Vdbe Vdbe; typedef
9118 typedef struct Vdbe Vdbe; typedef14170 struct Vdbe { struct14177 Parse *pParse; /* Parsing context used to create this Vdbe */ argument14183 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument14184 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument14189 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument14190 int pc; /* The program counter */14191 int rc; /* Value to return */14192 u16 nResColumn; /* Number of columns in one row of the result set */14193 u8 errorAction; /* Recovery action to do in case of an error */[all …]
7897 typedef struct Vdbe Vdbe; typedef12482 struct Vdbe { struct12499 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument12500 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument12504 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument12505 int pc; /* The program counter */12506 int rc; /* Value to return */12507 u8 errorAction; /* Recovery action to do in case of an error */12508 u8 okVar; /* True if azVar[] has been initialized */12509 u8 explain; /* True if EXPLAIN present on SQL command */[all …]