Lines Matching refs:Feature
55 typedef struct Feature Feature;
65 struct Feature {
79 const char *(*GetName)(Feature *feature);
94 void (*OnInitialize)(Feature *feature, Service *parent, Identity identity);
107 void (*OnStop)(Feature *feature, Identity identity);
123 BOOL (*OnMessage)(Feature *feature, Request *request);
134 const char *(*GetName)(Feature *feature); \
135 void (*OnInitialize)(Feature *feature, Service *parent, Identity identity); \
136 void (*OnStop)(Feature *feature, Identity identity); \
137 BOOL (*OnMessage)(Feature *feature, Request *request); \