Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16425 typedef struct Vdbe Vdbe; typedef
23460 struct Vdbe { struct
23462 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23463 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23467 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23478 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23481 /* When allocating a new Vdbe object, all of the fields below should be argument
23503 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23520 VdbeFrame *pFrame; /* Parent frame */ argument
23521 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]