Searched refs:soap_faultcode (Results 1 – 8 of 8) sorted by relevance
235 #define SOAP_IS_CLIENT_ERROR( pstSoap ) (strcmp( *soap_faultcode( pstSo…236 … ((soap_set_fault( pstSoap ),*soap_faultcode( pstSoap )) ? (*soap_faultcod…
115 SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) in soap_faultcode() function
5553 { const char *s = *soap_faultcode(soap); in http_response()14906 { const char **c = soap_faultcode(soap); in soap_set_fault()15192 *soap_faultcode(soap) = (soap->version == 2 ? "SOAP-ENV:Sender" : "SOAP-ENV:Client"); in soap_recv_fault()15197 { register const char *s = *soap_faultcode(soap); in soap_recv_fault()15315 { *soap_faultcode(soap) = faultcode; in soap_set_error()15414 d = soap_faultcode(soap); in soap_print_fault()15440 d = soap_faultcode(soap); in soap_stream_fault()15474 d = soap_faultcode(soap); in soap_sprint_fault()
2044 SOAP_FMAC1 const char** SOAP_FMAC2 soap_faultcode(struct soap*);
117 SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) in soap_faultcode() function