Searched refs:http_version (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
| H A D | ncab2clf.c | 130 http_version(int http_ver) in http_version() function 630 http_version_string = http_version((int)r->version); in b2clf_buf()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.cpp | 5400 if (strlen(endpoint) + strlen(soap->http_version) > sizeof(soap->tmpbuf) - 80) in http_post() 5403 sprintf(soap->tmpbuf, "%s %s HTTP/%s", s, endpoint, soap->http_version); in http_post() 5405 … sprintf(soap->tmpbuf, "%s /%s HTTP/%s", s, (*path == '/' ? path + 1 : path), soap->http_version); in http_post() 5515 if (strlen(soap->http_version) > 4) in http_response() 5529 { sprintf(soap->tmpbuf, "HTTP/%s %s", soap->http_version, s); in http_response() 5537 { sprintf(soap->tmpbuf, "HTTP/%s %d %s", soap->http_version, status, http_error(soap, status)); in http_response() 5566 { sprintf(soap->tmpbuf, "HTTP/%s %s", soap->http_version, s); in http_response() 8320 soap->http_version = "1.1"; in soap_init()
|
| H A D | stdsoap2.h | 1688 const char *http_version; /* HTTP version used "1.0" or "1.1" */ member
|