Searched refs:VdbeOp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8196 ** for the VdbeOp definition.
8207 struct VdbeOp { struct
8239 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
8246 VdbeOp *aOp; /* Array of opcodes for sub-program */
8255 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
8267 ** Allowed values of VdbeOp.p4type
8318 ** of a VdbeOp structure into a negative number so that
8540 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
8562 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]

Completed in 257 milliseconds