Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentC.cpp1778 map = soap_code(soap_codes_KMS_Agent__AuditLogCondition, s); in soap_s2KMS_Agent__AuditLogCondition()
1861 map = soap_code(soap_codes_KMS_Agent__AuditLogRetention, s); in soap_s2KMS_Agent__AuditLogRetention()
1944 map = soap_code(soap_codes_KMS_Agent__DataUnitState, s); in soap_s2KMS_Agent__DataUnitState()
2033 map = soap_code(soap_codes_KMS_Agent__KeyState, s); in soap_s2KMS_Agent__KeyState()
2113 map = soap_code(soap_codes_KMS_Agent__KeyType, s); in soap_s2KMS_Agent__KeyType()
2199 map = soap_code(soap_codes_KMS_Agent__FilterOperator, s); in soap_s2KMS_Agent__FilterOperator()
2280 map = soap_code(soap_codes_KMS_Agent__SortOrder, s); in soap_s2KMS_Agent__SortOrder()
2414 map = soap_code(soap_codes_bool, s); in soap_s2bool()
H A Dstdsoap2.h2131 SOAP_FMAC1 const struct soap_code_map* SOAP_FMAC2 soap_code(const struct soap_code_map*, const char…
H A DKMS_CertificateC.cpp1005 map = soap_code(soap_codes_bool, s); in soap_s2bool()
H A DKMS_CAC.cpp1043 map = soap_code(soap_codes_bool, s); in soap_s2bool()
H A DKMS_DiscoveryC.cpp1082 map = soap_code(soap_codes_bool, s); in soap_s2bool()
H A Dstdsoap2.cpp1314 soap_code(const struct soap_code_map *code_map, const char *str) in soap_code() function