Home
last modified time | relevance | path

Searched refs:soap_outunsignedInt (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h2374 SOAP_FMAC1 int SOAP_FMAC2 soap_outunsignedInt(struct soap*, const char *tag, int id, const unsigned…
H A DKMS_CertificateC.cpp893 return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_KMS_Certificate_unsignedInt); in soap_out_unsignedInt()
H A DKMS_CAC.cpp931 return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_KMS_CA_unsignedInt); in soap_out_unsignedInt()
H A DKMS_DiscoveryC.cpp970 return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_KMS_Discovery_unsignedInt); in soap_out_unsignedInt()
H A DKMS_AgentC.cpp1718 return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_KMS_Agent_unsignedInt); in soap_out_unsignedInt()
H A Dstdsoap2.cpp11788 soap_outunsignedInt(struct soap *soap, const char *tag, int id, const unsigned int *p, const char *… in soap_outunsignedInt() function