Home
last modified time | relevance | path

Searched refs:KMANetworkAddress (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSClientProfile.cpp1887 i_pFilteredCluster->__ptr[i].KMANetworkAddress, in ClusterConfigChanged()
1938 free( io_stFilteredCluster->__ptr[j].KMANetworkAddress ); in FreeFilteredCluster()
2011 … iKMANetworkAddressSize = strlen(i_stResponse->ArrayOfClusterMembers.__ptr[i].KMANetworkAddress)+1; in FilterCluster()
2012 …io_stFilteredCluster->__ptr[i].KMANetworkAddress = reinterpret_cast <char *> (malloc(iKMANetworkAd… in FilterCluster()
2062 io_stFilteredCluster->__ptr[i].KMANetworkAddress == NULL || in FilterCluster()
2089 strncpy(io_stFilteredCluster->__ptr[i].KMANetworkAddress, in FilterCluster()
2090 i_stResponse->ArrayOfClusterMembers.__ptr[i].KMANetworkAddress, in FilterCluster()
2092 io_stFilteredCluster->__ptr[i].KMANetworkAddress[iKMANetworkAddressSize-1] = '\0'; in FilterCluster()
2220 free(io_stFilteredCluster->__ptr[i].KMANetworkAddress); in FilterCluster()
2558 (aFilteredCluster.__ptr+i)->KMANetworkAddress, in KMSClient_GetClusterInformation()
[all …]
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_DiscoveryStub.h91 char *KMANetworkAddress; /* optional element of type xsd:string */ member
H A DKMS_DiscoveryC.cpp2139 soap_default_xsd__string(soap, &a->KMANetworkAddress); in soap_default_KMS_Discovery_ClusterMember()
2155 soap_serialize_xsd__string(soap, &a->KMANetworkAddress); in soap_serialize_KMS_Discovery_ClusterMember()
2177 if (soap_out_xsd__string(soap, "KMANetworkAddress", -1, &a->KMANetworkAddress, "xsd:string")) in soap_out_KMS_Discovery_ClusterMember()
2237 if (soap_in_xsd__string(soap, "KMANetworkAddress", &a->KMANetworkAddress, "xsd:string")) in soap_in_KMS_Discovery_ClusterMember()