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

/external/sqlite/dist/orig/
H A Dsqlite3.c10301 ** for the VdbeOp definition.
10311 struct VdbeOp { struct
10346 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
10353 VdbeOp *aOp; /* Array of opcodes for sub-program */
10363 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
10375 ** Allowed values of VdbeOp.p4type
10422 ** of a VdbeOp structure into a negative number so that
10662 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
10683 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10301 ** for the VdbeOp definition.
10311 struct VdbeOp { struct
10346 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
10353 VdbeOp *aOp; /* Array of opcodes for sub-program */
10363 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
10375 ** Allowed values of VdbeOp.p4type
10422 ** of a VdbeOp structure into a negative number so that
10662 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
10683 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]

Completed in 584 milliseconds