Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16889 typedef struct Vdbe Vdbe; typedef
24039 struct Vdbe { struct
24041 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
24042 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
24046 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
24057 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
24060 /* When allocating a new Vdbe object, all of the fields below should be argument
24083 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
24100 VdbeFrame *pFrame; /* Parent frame */ argument
24101 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]