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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c8198 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
8222 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
8275 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
12762 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
12771 struct VdbeFunc { struct
12795 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
12896 SQLITE_PRIVATE void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
[all...]

Completed in 238 milliseconds