Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DenvC.cpp1124 if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Reason)) in soap_serialize_PointerToSOAP_ENV__Reason()
1179 if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Detail)) in soap_serialize_PointerToSOAP_ENV__Detail()
1234 if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Code)) in soap_serialize_PointerToSOAP_ENV__Code()
1324 soap_reference(soap, *a, SOAP_TYPE_string); in soap_serialize_string()
H A DKMS_CertificateC.cpp2056 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Certificate_SOAP_ENV__Reason)) in soap_serialize_PointerToSOAP_ENV__Reason()
2111 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Certificate_SOAP_ENV__Detail)) in soap_serialize_PointerToSOAP_ENV__Detail()
2166 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Certificate_SOAP_ENV__Code)) in soap_serialize_PointerToSOAP_ENV__Code()
2219 soap_reference(soap, *a, SOAP_TYPE_KMS_Certificate_unsignedByte); in soap_serialize_PointerTounsignedByte()
2387 soap_reference(soap, *a, SOAP_TYPE_KMS_Certificate_string); in soap_serialize_string()
H A DKMS_DiscoveryC.cpp2430 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_SOAP_ENV__Reason)) in soap_serialize_PointerToSOAP_ENV__Reason()
2485 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_SOAP_ENV__Detail)) in soap_serialize_PointerToSOAP_ENV__Detail()
2540 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_SOAP_ENV__Code)) in soap_serialize_PointerToSOAP_ENV__Code()
2593 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_KMS_Discovery_ClusterMember)) in soap_serialize_PointerToKMS_Discovery_ClusterMember()
2644 soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_unsignedByte); in soap_serialize_PointerTounsignedByte()
2866 soap_reference(soap, *a, SOAP_TYPE_KMS_Discovery_string); in soap_serialize_string()
H A DKMS_CAC.cpp2279 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_CA_SOAP_ENV__Reason)) in soap_serialize_PointerToSOAP_ENV__Reason()
2334 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_CA_SOAP_ENV__Detail)) in soap_serialize_PointerToSOAP_ENV__Detail()
2389 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_CA_SOAP_ENV__Code)) in soap_serialize_PointerToSOAP_ENV__Code()
2442 soap_reference(soap, *a, SOAP_TYPE_KMS_CA_unsignedByte); in soap_serialize_PointerTounsignedByte()
2610 soap_reference(soap, *a, SOAP_TYPE_KMS_CA_string); in soap_serialize_string()
H A Dstdsoap2.h2028 # define soap_reference(s, a, t) (1) macro
2118 SOAP_FMAC1 int SOAP_FMAC2 soap_reference(struct soap*, const void *p, int t);
H A DKMS_AgentC.cpp8247 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_SOAP_ENV__Reason)) in soap_serialize_PointerToSOAP_ENV__Reason()
8302 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_SOAP_ENV__Detail)) in soap_serialize_PointerToSOAP_ENV__Detail()
8357 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_SOAP_ENV__Code)) in soap_serialize_PointerToSOAP_ENV__Code()
8410 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_KMS_Agent__Key)) in soap_serialize_PointerToKMS_Agent__Key()
8461 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_KMS_Agent__KeyGroup)) in soap_serialize_PointerToKMS_Agent__KeyGroup()
8512 if (!soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_KMS_Agent__FilterParameters)) in soap_serialize_PointerToKMS_Agent__FilterParameters()
8614 soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_unsignedByte); in soap_serialize_PointerTounsignedByte()
8782 soap_reference(soap, *a, SOAP_TYPE_KMS_Agent_string); in soap_serialize_string()
H A Dstdsoap2.cpp6741 soap_reference(struct soap *soap, const void *p, int t) in soap_reference() function