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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h31 ** for the VdbeOp definition.
42 struct VdbeOp { struct
73 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
80 VdbeOp *aOp; /* Array of opcodes for sub-program */
89 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
101 ** Allowed values of VdbeOp.p4type
151 ** of a VdbeOp structure into a negative number so that
183 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
204 VdbeOp *sqlite3VdbeTakeOpArra
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7901 ** for the VdbeOp definition.
7912 struct VdbeOp { struct
7943 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
7950 VdbeOp *aOp; /* Array of opcodes for sub-program */
7959 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
7971 ** Allowed values of VdbeOp.p4type
8021 ** of a VdbeOp structure into a negative number so that
8239 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
8260 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9122 ** for the VdbeOp definition.
9132 struct VdbeOp { struct
9166 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
9173 VdbeOp *aOp; /* Array of opcodes for sub-program */
9183 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
9195 ** Allowed values of VdbeOp.p4type
9241 ** of a VdbeOp structure into a negative number so that
9474 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
9495 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9122 ** for the VdbeOp definition.
9132 struct VdbeOp { struct
9166 typedef struct VdbeOp VdbeOp; typedef in typeref:struct:VdbeOp
9173 VdbeOp *aOp; /* Array of opcodes for sub-program */
9183 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
9195 ** Allowed values of VdbeOp.p4type
9241 ** of a VdbeOp structure into a negative number so that
9474 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
9495 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArra
[all...]

Completed in 1971 milliseconds