Searched refs:is_connect (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/third-party/url-parser/ |
H A 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()
|
H A D | url_parser.h | 89 int is_connect,
|
/third_party/curl/lib/ |
H A D | http.h | 92 bool is_connect, 100 bool is_connect,
|
H A D | http.c | 1703 bool is_connect, in Curl_dynhds_add_custom() 1716 if(is_connect) in Curl_dynhds_add_custom() 1741 (void)is_connect; in Curl_dynhds_add_custom() 1845 bool is_connect, in Curl_add_custom_headers() 1863 if(is_connect) in Curl_add_custom_headers() 1888 (void)is_connect; in Curl_add_custom_headers() 1702 Curl_dynhds_add_custom(struct Curl_easy *data, bool is_connect, struct dynhds *hds) Curl_dynhds_add_custom() argument 1844 Curl_add_custom_headers(struct Curl_easy *data, bool is_connect, struct dynbuf *req ) Curl_add_custom_headers() argument
|
Completed in 8 milliseconds