Searched refs:i_pstSoap (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/ |
| H A D | KMSAgentLoadBalancer.cpp | 490 struct soap *i_pstSoap) in FailOver() argument 492 FATAL_ASSERT(i_pstSoap); in FailOver() 496 const char *strError = GET_SOAP_FAULTSTRING(i_pstSoap); in FailOver() 497 int iSoapErrno = i_pstSoap->errnum; in FailOver() 704 struct soap * const i_pstSoap, in CreateKWK() argument 708 FATAL_ASSERT(i_pstSoap); in CreateKWK() 744 bSuccess = GetKWKWrappingKey(i_pstSoap, i_sURL, &oPublicKEK); in CreateKWK() 750 if (!ServerError(GET_SOAP_FAULTSTRING(i_pstSoap),i_pstSoap->errnum)) in CreateKWK() 781 bSuccess = RegisterKWK(iWrappedKWKLength, acWrappedKWK, i_pstSoap, in CreateKWK() 787 if (!ServerError(GET_SOAP_FAULTSTRING(i_pstSoap), i_pstSoap->error)) in CreateKWK() [all …]
|
| H A D | KMSAgentLoadBalancer.h | 122 struct soap *i_pstSoap ); 182 struct soap * const i_pstSoap, 309 struct soap * const i_pstSoap, 323 struct soap * const i_pstSoap, 333 struct soap * const i_pstSoap,
|
| H A D | KMSAgentSoapUtilities.cpp | 96 struct soap *i_pstSoap) in GetSoapFault() argument 98 FATAL_ASSERT( i_pstSoap ); in GetSoapFault() 102 strncat (o_psFaultMessage, GET_SOAP_FAULTCODE(i_pstSoap), in GetSoapFault() 106 strncat (o_psFaultMessage, GET_SOAP_FAULTSTRING(i_pstSoap), in GetSoapFault() 110 strncat (o_psFaultMessage, GET_SOAP_FAULTDETAIL(i_pstSoap), in GetSoapFault()
|
| H A D | KMSAgentSoapUtilities.h | 66 struct soap *i_pstSoap);
|
| H A D | KMSAgent.cpp | 143 struct soap *i_pstSoap); 153 struct soap *i_pstSoap, in CopyQueryParametersFromRequest() argument 165 soap_malloc(i_pstSoap, in CopyQueryParametersFromRequest() 189 (i_pstSoap, in CopyQueryParametersFromRequest() 211 utf8cstr) soap_malloc(i_pstSoap, in CopyQueryParametersFromRequest() 229 (i_pstSoap, in CopyQueryParametersFromRequest() 249 (utf8cstr) soap_malloc(i_pstSoap, in CopyQueryParametersFromRequest() 262 (utf8cstr) soap_malloc(i_pstSoap, in CopyQueryParametersFromRequest() 360 static bool CopyDataUnitFromRequest (struct soap *i_pstSoap, in CopyDataUnitFromRequest() argument 369 (utf8cstr) soap_malloc(i_pstSoap, in CopyDataUnitFromRequest() [all …]
|