Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c532 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url() argument
545 s = is_connect ? s_req_server_start : s_req_spaces_before_url; in http_parser_parse_url()
620 if (is_connect && u->field_set != ((1 << UF_HOST)|(1 << UF_PORT))) { in http_parser_parse_url()
Durl_parser.h89 int is_connect,
/third_party/curl/lib/
Dhttp.h75 bool is_connect,
Dhttp.c1798 bool is_connect, in Curl_add_custom_headers() argument
1816 if(is_connect) in Curl_add_custom_headers()
1841 (void)is_connect; in Curl_add_custom_headers()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h350 int is_connect,
Dhttp_parser.c2341 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url() argument
2350 s = is_connect ? s_req_server_start : s_req_spaces_before_url; in http_parser_parse_url()
2425 if (is_connect && u->field_set != ((1 << UF_HOST)|(1 << UF_PORT))) { in http_parser_parse_url()