Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9648 typedef struct Vdbe Vdbe; typedef
14818 struct Vdbe { struct
14825 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14831 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14837 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14838 int pc; /* The program counter */
14839 int rc; /* Value to return */
14844 u8 errorAction; /* Recovery action to do in case of an error */
14869 VdbeFrame *pFrame; /* Parent frame */ argument
14870 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]

Completed in 372 milliseconds