Searched refs:http_command (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.cpp | 197 static int soap_try_connect_command(struct soap*, int http_command, const char *endpoint, const cha… 14524 soap_connect_command(struct soap *soap, int http_command, const char *endpoints, const char *action) in soap_connect_command() argument 14532 if (soap_try_connect_command(soap, http_command, endpoint, action) != SOAP_TCP_ERROR) in soap_connect_command() 14547 soap_try_connect_command(soap, http_command, endpoints, action); in soap_connect_command() 14555 soap_try_connect_command(struct soap *soap, int http_command, const char *endpoint, const char *act… in soap_try_connect_command() argument 14562 soap->status = http_command; in soap_try_connect_command() 14590 if (http_command == SOAP_GET) in soap_try_connect_command() 14611 if (http_command == SOAP_GET) in soap_try_connect_command()
|