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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8408 typedef struct VdbeFunc VdbeFunc; typedef in typeref:struct:VdbeFunc
8432 VdbeFunc *pVdbeFunc; /* Used when p4type is P4_VDBEFUNC */
8486 #define P4_VDBEFUNC (-7) /* P4 is a pointer to a VdbeFunc structure */
13018 /* A VdbeFunc is just a FuncDef (defined in sqliteInt.h) that contains
13027 struct VdbeFunc { struct
13051 VdbeFunc *pVdbeFunc; /* Auxilary data, if created. */
13170 SQLITE_PRIVATE void sqlite3VdbeDeleteAuxData(VdbeFunc*, int);
[all...]

Completed in 431 milliseconds