Home
last modified time | relevance | path

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

/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Dhttprequest.h202 const char *http_version_string(HTTP_Version_Code);
241 const char *http_version_string();
H A Dhttpmisc.c665 http_version_string(version_code) in http_version_string() function
H A Dhttprequest.c830 return http_version_string(request->version);
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http2_inspect/
H A Dhttp2_start_line.cc37 const char* Http2StartLine::http_version_string = "HTTP/1.1"; member in Http2StartLine
H A Dhttp2_start_line.h56 static const char* http_version_string; variable
H A Dhttp2_status_line.cc75 memcpy(start_line_buffer + bytes_written, http_version_string, http_version_length); in generate_start_line()
H A Dhttp2_request_line.cc224 memcpy(start_line_buffer + bytes_written, http_version_string, http_version_length); in generate_start_line()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/http/common/
H A Dhttp_msg.cpp252 http_version __cdecl http_version::from_string(const std::string& http_version_string) in from_string() argument
254 std::istringstream str(http_version_string); in from_string()
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/
H A Dhttp_msg.h68 static _ASYNCRTIMP http_version __cdecl from_string(const std::string& http_version_string);