Home
last modified time | relevance | path

Searched refs:soap_outbyte (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DenvC.cpp420 return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_byte); in soap_out_byte()
H A Dstdsoap2.h2365 SOAP_FMAC1 int SOAP_FMAC2 soap_outbyte(struct soap*, const char *tag, int id, const char *p, const …
H A DKMS_CertificateC.cpp590 return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_KMS_Certificate_byte); in soap_out_byte()
H A DKMS_CAC.cpp628 return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_KMS_CA_byte); in soap_out_byte()
H A DKMS_DiscoveryC.cpp667 return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_KMS_Discovery_byte); in soap_out_byte()
H A DKMS_AgentC.cpp1415 return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_KMS_Agent_byte); in soap_out_byte()
H A Dstdsoap2.cpp11247 soap_outbyte(struct soap *soap, const char *tag, int id, const char *p, const char *type, int n) in soap_outbyte() function