Searched refs:soap_value (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.cpp | 11044 { if (soap_s2int(soap, soap_value(soap), p)) in soap_inint() 11127 { if (soap_s2long(soap, soap_value(soap), p)) in soap_inlong() 11223 { if (soap_s2LONG64(soap, soap_value(soap), p)) in soap_inLONG64() 11294 { if (soap_s2byte(soap, soap_value(soap), p)) in soap_inbyte() 11366 { if (soap_s2short(soap, soap_value(soap), p)) in soap_inshort() 11512 { if (soap_s2float(soap, soap_value(soap), p)) in soap_infloat() 11621 { if (soap_s2double(soap, soap_value(soap), p)) in soap_indouble() 11692 { if (soap_s2unsignedByte(soap, soap_value(soap), p)) in soap_inunsignedByte() 11764 { if (soap_s2unsignedShort(soap, soap_value(soap), p)) in soap_inunsignedShort() 11846 { if (soap_s2unsignedInt(soap, soap_value(soap), p)) in soap_inunsignedInt() [all …]
|
| H A D | KMS_AgentC.cpp | 1798 …{ if (!a || soap_s2KMS_Agent__AuditLogCondition(soap, soap_value(soap), a) || soap_element_end_in(… in soap_in_KMS_Agent__AuditLogCondition() 1881 …{ if (!a || soap_s2KMS_Agent__AuditLogRetention(soap, soap_value(soap), a) || soap_element_end_in(… in soap_in_KMS_Agent__AuditLogRetention() 1964 …{ if (!a || soap_s2KMS_Agent__DataUnitState(soap, soap_value(soap), a) || soap_element_end_in(soap… in soap_in_KMS_Agent__DataUnitState() 2053 …{ if (!a || soap_s2KMS_Agent__KeyState(soap, soap_value(soap), a) || soap_element_end_in(soap, tag… in soap_in_KMS_Agent__KeyState() 2133 { if (!a || soap_s2KMS_Agent__KeyType(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_KMS_Agent__KeyType() 2219 …{ if (!a || soap_s2KMS_Agent__FilterOperator(soap, soap_value(soap), a) || soap_element_end_in(soa… in soap_in_KMS_Agent__FilterOperator() 2300 …{ if (!a || soap_s2KMS_Agent__SortOrder(soap, soap_value(soap), a) || soap_element_end_in(soap, ta… in soap_in_KMS_Agent__SortOrder() 2354 { if (!a || soap_s2xsd__boolean(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_xsd__boolean() 2438 { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_bool()
|
| H A D | KMS_CertificateC.cpp | 945 { if (!a || soap_s2xsd__boolean(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_xsd__boolean() 1029 { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_bool()
|
| H A D | KMS_CAC.cpp | 983 { if (!a || soap_s2xsd__boolean(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_xsd__boolean() 1067 { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_bool()
|
| H A D | KMS_DiscoveryC.cpp | 1022 { if (!a || soap_s2xsd__boolean(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_xsd__boolean() 1106 { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) in soap_in_bool()
|
| H A D | stdsoap2.h | 2199 SOAP_FMAC1 const char* SOAP_FMAC2 soap_value(struct soap*);
|