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

  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 33 typedef struct VdbeFunc VdbeFunc;
57 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
109 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
vdbeInt.h 213 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
222 struct VdbeFunc {
246 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
347 void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 57 milliseconds