Searched defs:soap_plugin (Results 1 – 2 of 2) sorted by relevance
1964 struct soap_plugin struct1965 { struct soap_plugin *next; argument1968 int (*fcopy)(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src); argument1969 …void (*fdelete)(struct soap *soap, struct soap_plugin *p); /* should delete fields of plugin only … argument
15541 soap_register_plugin_arg(struct soap *soap, int (*fcreate)(struct soap*, struct soap_plugin*, void*… in soap_register_plugin_arg()