/third_party/curl/lib/ |
H A D | http.c | 718 !Curl_checkProxyheaders(data, conn, STRCONST("Proxy-authorization"))) || in output_auth_headers() 721 !Curl_checkheaders(data, STRCONST("Authorization")))) { in output_auth_headers() 737 !Curl_checkheaders(data, STRCONST("Authorization")))) { in output_auth_headers() 1627 const char *ptr = Curl_checkheaders(data, STRCONST("Expect")); in expect100() 1630 Curl_compareheader(ptr, STRCONST("Expect:"), STRCONST("100-continue")); in expect100() 1633 result = Curl_dyn_addn(req, STRCONST("Expect: 100-continue\r\n")); in expect100() 1801 hd_name_eq(name, namelen, STRCONST("Host:"))) in Curl_dynhds_add_custom() 1805 hd_name_eq(name, namelen, STRCONST("Content-Type:"))) in Curl_dynhds_add_custom() 1809 hd_name_eq(name, namelen, STRCONST("Conten in Curl_dynhds_add_custom() [all...] |
H A D | rtsp.c | 335 p_transport = Curl_checkheaders(data, STRCONST("Transport")); in rtsp_do() 359 p_accept = Curl_checkheaders(data, STRCONST("Accept"))? in rtsp_do() 363 if(!Curl_checkheaders(data, STRCONST("Accept-Encoding")) && in rtsp_do() 380 if(Curl_checkheaders(data, STRCONST("User-Agent")) && in rtsp_do() 384 else if(!Curl_checkheaders(data, STRCONST("User-Agent")) && in rtsp_do() 400 if(data->state.referer && !Curl_checkheaders(data, STRCONST("Referer"))) in rtsp_do() 415 if(!Curl_checkheaders(data, STRCONST("Range")) && data->state.range) { in rtsp_do() 425 if(Curl_checkheaders(data, STRCONST("CSeq"))) { in rtsp_do() 429 if(Curl_checkheaders(data, STRCONST("Session"))) { in rtsp_do() 515 if(!Curl_checkheaders(data, STRCONST("Conten in rtsp_do() [all...] |
H A D | cf-h1-proxy.c | 327 STRCONST("Connection:"), STRCONST("close"))) in on_resp_header() 338 STRCONST("Transfer-Encoding:"), in on_resp_header() 339 STRCONST("chunked"))) { in on_resp_header() 347 STRCONST("Proxy-Connection:"), in on_resp_header() 348 STRCONST("close"))) in on_resp_header() 556 if(!Curl_checkProxyheaders(data, cf->conn, STRCONST("Host"))) { in CONNECT_host() 727 if(!Curl_checkProxyheaders(data, conn, STRCONST("User-Agent")) && in start_CONNECT() 741 if(!Curl_checkProxyheaders(data, conn, STRCONST("Proxy-Connection"))) { in start_CONNECT()
|
H A D | openldap.c | 1045 result = client_write(data, STRCONST("DN: "), bv.bv_val, bv.bv_len, in oldap_recv() 1046 STRCONST("\n")); in oldap_recv() 1059 result = client_write(data, STRCONST("\t"), bv.bv_val, bv.bv_len, in oldap_recv() 1060 STRCONST(":\n")); in oldap_recv() 1072 result = client_write(data, STRCONST("\t"), bv.bv_val, bv.bv_len, in oldap_recv() 1073 STRCONST(":")); in oldap_recv() 1101 result = client_write(data, STRCONST(": "), val_b64, val_b64_sz, in oldap_recv() 1102 STRCONST("\n")); in oldap_recv() 1106 result = client_write(data, STRCONST(" "), in oldap_recv() 1108 STRCONST("\ in oldap_recv() [all...] |
H A D | mime.c | 320 for(result = Curl_dyn_addn(&db, STRCONST("")); !result && *src; src++) { in escape_string() 946 hdr->data, strlen(hdr->data), STRCONST("\r\n")); in readback_part() 952 sz = readback_bytes(&part->state, buffer, bufsize, STRCONST("\r\n"), in readback_part() 953 STRCONST("")); in readback_part() 1018 sz = readback_bytes(&mime->state, buffer, nitems, STRCONST("\r\n--"), in mime_subparts_read() 1019 STRCONST("")); in mime_subparts_read() 1026 MIME_BOUNDARY_LEN, STRCONST("\r\n")); in mime_subparts_read() 1029 MIME_BOUNDARY_LEN, STRCONST("--\r\n")); in mime_subparts_read() 1665 size += slist_size(part->userheaders, 2, STRCONST("Content-Type")); in Curl_mime_size() 1780 customct = search_header(part->userheaders, STRCONST("Conten in Curl_mime_prepare_headers() [all...] |
H A D | http_proxy.c | 121 !Curl_checkProxyheaders(data, cf->conn, STRCONST("Host"))) { in Curl_http_proxy_create_CONNECT() 134 if(!Curl_checkProxyheaders(data, cf->conn, STRCONST("User-Agent")) && in Curl_http_proxy_create_CONNECT() 143 !Curl_checkProxyheaders(data, cf->conn, STRCONST("Proxy-Connection"))) { in Curl_http_proxy_create_CONNECT()
|
H A D | strcase.h | 46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a))
|
H A D | c-hyper.c | 165 if(Curl_dyn_addn(&data->state.headerb, STRCONST("\r\n"))) in hyper_each_header() 1074 STRCONST("Accept"))?NULL:"Accept: */*\r\n"; in Curl_http() 1087 if(conn->bits.altused && !Curl_checkheaders(data, STRCONST("Alt-Used"))) { in Curl_http() 1103 !Curl_checkheaders(data, STRCONST("Proxy-Connection")) && in Curl_http() 1104 !Curl_checkProxyheaders(data, conn, STRCONST("Proxy-Connection"))) { in Curl_http() 1112 if(data->state.referer && !Curl_checkheaders(data, STRCONST("Referer"))) { in Curl_http() 1132 if(!Curl_checkheaders(data, STRCONST("Accept-Encoding")) && in Curl_http()
|
H A D | http_aws_sigv4.c | 77 return Curl_checkheaders(data, STRCONST("Date")); in find_date_hdr() 161 if(Curl_checkheaders(data, STRCONST("Host"))) { in make_headers() 567 if(Curl_checkheaders(data, STRCONST("Authorization"))) { in Curl_output_aws_sigv4()
|
H A D | cf-haproxy.c | 81 result = Curl_dyn_addn(&ctx->data_out, STRCONST("PROXY UNKNOWN\r\n")); in cf_haproxy_date_out_set()
|
H A D | http1.c | 340 result = Curl_dyn_addn(dbuf, STRCONST("\r\n")); in Curl_h1_req_write_head()
|
H A D | http_chunks.c | 249 result = Curl_dyn_addn(&ch->trailer, (char *)STRCONST("\x0d\x0a")); in httpchunk_readwrite()
|
H A D | http2.c | 1051 result = recvbuf_write_hds(cf, data, STRCONST("\r\n")); in on_stream_frame() 1511 result = recvbuf_write_hds(cf, data_s, STRCONST("HTTP/2 ")); in on_header() 1518 result = recvbuf_write_hds(cf, data_s, STRCONST(" \r\n")); in on_header() 1536 result = recvbuf_write_hds(cf, data_s, STRCONST(": ")); in on_header() 1542 result = recvbuf_write_hds(cf, data_s, STRCONST("\r\n")); in on_header()
|
H A D | curl_setup.h | 809 #define STRCONST(x) x,sizeof(x)-1 macro
|
H A D | doh.c | 531 if(Curl_dyn_addn(c, STRCONST("."))) in store_cname()
|
H A D | smtp.c | 704 if(!Curl_checkheaders(data, STRCONST("Mime-Version"))) in smtp_perform_mail()
|
H A D | ws.c | 725 if(!Curl_checkheaders(data, STRCONST(heads[i].name))) { in Curl_ws_request()
|
H A D | imap.c | 784 if(!Curl_checkheaders(data, STRCONST("Mime-Version"))) in imap_perform_append()
|
/third_party/curl/src/ |
H A D | tool_setopt.c | 225 result = curlx_dyn_addn(&escaped, STRCONST("")); in c_escape()
|