Home
last modified time | relevance | path

Searched refs:is_connect (Results 1 – 4 of 4) 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.h100 bool is_connect,
108 bool is_connect,
Dhttp.c1764 bool is_connect, in Curl_dynhds_add_custom() argument
1777 if(is_connect) in Curl_dynhds_add_custom()
1802 (void)is_connect; in Curl_dynhds_add_custom()
1906 bool is_connect, in Curl_add_custom_headers() argument
1924 if(is_connect) in Curl_add_custom_headers()
1949 (void)is_connect; in Curl_add_custom_headers()