Home
last modified time | relevance | path

Searched refs:checkprefix (Results 1 – 15 of 15) sorted by relevance

/external/curl/lib/
Dhttp.c786 if(checkprefix("Negotiate", auth)) { in Curl_http_input_auth()
811 if(checkprefix("NTLM", auth)) { in Curl_http_input_auth()
831 if(checkprefix("NTLM", auth)) { in Curl_http_input_auth()
851 if(checkprefix("Digest", auth)) { in Curl_http_input_auth()
873 if(checkprefix("Basic", auth)) { in Curl_http_input_auth()
1647 checkprefix("Host:", headers->data)) in Curl_add_custom_headers()
1651 checkprefix("Content-Type:", headers->data)) in Curl_add_custom_headers()
1656 checkprefix("Content-Length", headers->data)) in Curl_add_custom_headers()
1661 checkprefix("Connection", headers->data)) in Curl_add_custom_headers()
2104 if(checkprefix("ftp://", ppath)) { in Curl_http()
[all …]
Drawstr.h42 #define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a)) macro
Dhttp_proxy.c469 if((checkprefix("WWW-Authenticate:", line_start) && in Curl_proxyCONNECT()
471 (checkprefix("Proxy-authenticate:", line_start) && in Curl_proxyCONNECT()
486 else if(checkprefix("Content-Length:", line_start)) { in Curl_proxyCONNECT()
Dhttp_digest.c60 if(!checkprefix("Digest", header)) in Curl_input_digest()
Dhttp_ntlm.c72 if(checkprefix("NTLM", header)) { in Curl_input_ntlm()
Drtsp.c765 if(checkprefix("CSeq:", header)) { in Curl_rtsp_parseheader()
778 else if(checkprefix("Session:", header)) { in Curl_rtsp_parseheader()
Durl.c1262 if(checkprefix("Set-Cookie:", argptr)) in Curl_setopt()
4187 if(checkprefix("FTP.", conn->host.name)) in parseurlandfillconn()
4189 else if(checkprefix("DICT.", conn->host.name)) in parseurlandfillconn()
4191 else if(checkprefix("LDAP.", conn->host.name)) in parseurlandfillconn()
4193 else if(checkprefix("IMAP.", conn->host.name)) in parseurlandfillconn()
4195 else if(checkprefix("SMTP.", conn->host.name)) in parseurlandfillconn()
4197 else if(checkprefix("POP3.", conn->host.name)) in parseurlandfillconn()
4700 if(checkprefix("socks5h", proxy)) in parse_proxy()
4702 else if(checkprefix("socks5", proxy)) in parse_proxy()
4704 else if(checkprefix("socks4a", proxy)) in parse_proxy()
[all …]
Dsecurity.c84 if(checkprefix(name, level_names[i].name)) in name_to_level()
Dtftp.c352 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) { in tftp_parse_option_ack()
384 else if(checkprefix(option, TFTP_OPTION_TSIZE)) { in tftp_parse_option_ack()
Dldap.c781 !checkprefix("LDAP", conn->data->change.url)) in _ldap_url_parse2()
Dcookie.c961 if(checkprefix("Set-Cookie:", line)) { in Curl_cookie_init()
/external/curl/src/
Dtool_cb_hdr.c92 (cb > 20) && checkprefix("Content-disposition:", str) && in tool_header_cb()
94 url && (checkprefix("http://", url) || checkprefix("https://", url))) { in tool_header_cb()
Dtool_operhlp.c58 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected()
Dtool_formparse.c202 if(checkprefix("type=", ptr)) { in formparse()
225 if(!checkprefix(";filename=", sep)) { in formparse()
237 else if(checkprefix("filename=", ptr)) { in formparse()
Dtool_operate.c1464 checkprefix("http", effective_url)) { in operate_do()