HomeSort by relevance Sort by last modified time
    Searched defs:VdbeOp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 31 ** for the VdbeOp definition.
42 struct VdbeOp {
73 typedef struct VdbeOp 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 *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 128 milliseconds