Searched refs:http_parse_version (Results 1 – 6 of 6) sorted by relevance
200 int http_parse_version(const char *, HTTP_Version_Code *);239 int http_parse_version();
399 http_parse_version(version_string, version) in http_parse_version() function
440 if (http_parse_version(version_string, &request->version) < 0) {
160 http_parse_version(HttpResponseState *state) in http_parse_version() function187 if (http_parse_version(state)) in http_parse_status()
1112 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
450 HTTPVersion http_parse_version(const char *start, const char *end);