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
24038 struct Vdbe { struct
24040 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
24041 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
24045 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
24056 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
24059 /* When allocating a new Vdbe object, all of the fields below should be argument
24082 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
24099 VdbeFrame *pFrame; /* Parent frame */ argument
24100 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]