Home
last modified time | relevance | path

Searched defs:soap_plugin (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1964 struct soap_plugin struct
1965 { struct soap_plugin *next; argument
1968 int (*fcopy)(struct soap *soap, struct soap_plugin *dst, struct soap_plugin *src); argument
1969 …void (*fdelete)(struct soap *soap, struct soap_plugin *p); /* should delete fields of plugin only … argument
H A Dstdsoap2.cpp15541 soap_register_plugin_arg(struct soap *soap, int (*fcreate)(struct soap*, struct soap_plugin*, void*… in soap_register_plugin_arg()