Searched refs:fplugin (Results 1 – 2 of 2) sorted by relevance
1748 void *(*fplugin)(struct soap*, const char*); member
194 static void *fplugin(struct soap*, const char*);4871 soap->fplugin = fplugin; in soap_done()8295 soap->fplugin = fplugin; in soap_init()15566 fplugin(struct soap *soap, const char *id) in fplugin() function15581 { return soap->fplugin(soap, id); in soap_lookup_plugin()