Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h230 struct Vdbe { struct
232 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
237 int nLabel; /* Number of labels used */
239 int *aLabel; /* Space to hold the labels */
241 Mem *pTos; /* Top entry in the operand stack */
244 int nCursor; /* Number of slots in aCsr[] */
247 FILE *pFile; /* At most one open file handler */
248 int nField; /* Number of file fields */
249 char **azField; /* Data for each file field */
278 int popStack; /* Pop the stack this much on entry to VdbeExec() */ argument
[all …]
H A Dvdbe.h29 typedef struct Vdbe Vdbe; typedef
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8159 typedef struct Vdbe Vdbe; typedef
12756 struct Vdbe { struct
12773 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
12779 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
12780 int pc; /* The program counter */
12781 int rc; /* Value to return */
12782 u8 errorAction; /* Recovery action to do in case of an error */
12783 u8 explain; /* True if EXPLAIN present on SQL command */
12807 VdbeFrame *pFrame; /* Parent frame */ argument
12808 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]

Completed in 313 milliseconds