Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp255 static const char *http_error(struct soap*, int);
5351 http_error(struct soap *soap, int status) in http_error() function
5537 { sprintf(soap->tmpbuf, "HTTP/%s %d %s", soap->http_version, status, http_error(soap, status)); in http_response()
15098 { sprintf(soap->msgbuf, "HTTP Error: %d %s", soap->error, http_error(soap, soap->error)); in soap_set_fault()