Home
last modified time | relevance | path

Searched defs:Vdbe (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
DvdbeInt.h268 struct Vdbe { struct
285 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
286 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
290 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
291 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 …]
Dvdbe.h27 typedef struct Vdbe Vdbe; typedef
/external/sqlite/dist/
Dsqlite3.c9118 typedef struct Vdbe Vdbe; typedef
14170 struct Vdbe { struct
14177 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14183 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14184 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
14189 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14190 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 …]
/external/sqlite/dist/orig/
Dsqlite3.c9118 typedef struct Vdbe Vdbe; typedef
14170 struct Vdbe { struct
14177 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14183 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14184 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
14189 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14190 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 …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7897 typedef struct Vdbe Vdbe; typedef
12482 struct Vdbe { struct
12499 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
12500 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
12504 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
12505 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 …]