Searched refs:is_connect (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/third-party/url-parser/ |
D | url_parser.c | 532 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()
|
D | url_parser.h | 89 int is_connect,
|
/third_party/curl/lib/ |
D | http.h | 75 bool is_connect,
|
D | http.c | 1798 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/ |
D | http_parser.h | 350 int is_connect,
|
D | http_parser.c | 2341 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()
|