Home
last modified time | relevance | path

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

/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Dhttprequest.h200 int http_parse_version(const char *, HTTP_Version_Code *);
239 int http_parse_version();
H A Dhttpmisc.c399 http_parse_version(version_string, version) in http_parse_version() function
H A Dhttprequest.c440 if (http_parse_version(version_string, &request->version) < 0) {
/dports/databases/timescaledb/timescaledb-2.5.1/src/net/
H A Dhttp_response.c160 http_parse_version(HttpResponseState *state) in http_parse_version() function
187 if (http_parse_version(state)) in http_parse_status()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.cc1112 version = http_parse_version(version_start, version_end); in http_parser_parse_req()
1411 HTTPVersion version = http_parse_version(version_start, version_end); in http_parser_parse_resp()
1461 http_parse_version(const char *start, const char *end) in http_parse_version() function
H A DHTTP.h450 HTTPVersion http_parse_version(const char *start, const char *end);