Home
last modified time | relevance | path

Searched refs:checkprefix (Results 1 - 16 of 16) sorted by relevance

/third_party/curl/lib/
H A Dhttp.c961 if(checkprefix("Negotiate", auth) && is_valid_auth_separator(auth[9])) { in Curl_http_input_auth()
987 if(checkprefix("NTLM", auth) && is_valid_auth_separator(auth[4])) { in Curl_http_input_auth()
1025 if(checkprefix("Digest", auth) && is_valid_auth_separator(auth[6])) { in Curl_http_input_auth()
1048 if(checkprefix("Basic", auth) && in Curl_http_input_auth()
1064 if(checkprefix("Bearer", auth) && in Curl_http_input_auth()
1947 checkprefix("Host:", compare)) in Curl_add_custom_headers()
1951 checkprefix("Content-Type:", compare)) in Curl_add_custom_headers()
1955 checkprefix("Content-Type:", compare)) in Curl_add_custom_headers()
1960 checkprefix("Content-Length:", compare)) in Curl_add_custom_headers()
1965 checkprefix("Connectio in Curl_add_custom_headers()
[all...]
H A Durlapi.c1076 if(checkprefix("localhost/", ptr) || in parseurl()
1077 checkprefix("127.0.0.1/", ptr)) { in parseurl()
1207 if(checkprefix("ftp.", hostname)) in parseurl()
1209 else if(checkprefix("dict.", hostname)) in parseurl()
1211 else if(checkprefix("ldap.", hostname)) in parseurl()
1213 else if(checkprefix("imap.", hostname)) in parseurl()
1215 else if(checkprefix("smtp.", hostname)) in parseurl()
1217 else if(checkprefix("pop3.", hostname)) in parseurl()
H A Dstrcase.h44 /* checkprefix() is a shorter version of the above, used when the first
46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a)) macro
H A Drtsp.c909 if(checkprefix("CSeq:", header)) { in Curl_rtsp_parseheader()
926 else if(checkprefix("Session:", header)) { in Curl_rtsp_parseheader()
973 else if(checkprefix("Transport:", header)) { in Curl_rtsp_parseheader()
996 if(checkprefix("interleaved=", start)) { in rtsp_parse_transport()
H A Dcf-h1-proxy.c295 if((checkprefix("WWW-Authenticate:", header) && in on_resp_header()
297 (checkprefix("Proxy-authenticate:", header) && in on_resp_header()
313 else if(checkprefix("Content-Length:", header)) { in on_resp_header()
329 else if(checkprefix("Transfer-Encoding:", header)) { in on_resp_header()
H A Dhttp_digest.c61 if(!checkprefix("Digest", header) || !ISBLANK(header[6])) in Curl_input_digest()
H A Dhttp_ntlm.c79 if(checkprefix("NTLM", header)) { in Curl_input_ntlm()
H A Dcurl_ntlm_wb.c344 if(!checkprefix("NTLM", header)) in Curl_input_ntlm_wb()
H A Dtftp.c331 if(checkprefix(TFTP_OPTION_BLKSIZE, option)) { in tftp_parse_option_ack()
363 else if(checkprefix(TFTP_OPTION_TSIZE, option)) { in tftp_parse_option_ack()
H A Dcookie.c202 /* not using checkprefix() because matching should be case-sensitive */ in pathmatch()
1251 if(checkprefix("Set-Cookie:", line)) { in Curl_cookie_init()
H A Dimap.c1091 if(checkprefix("OK [UIDVALIDITY ", line + 2)) { in imap_state_select_resp()
H A Dopenldap.c305 if(checkprefix("AUTH=", key)) in oldap_parse_login_options()
H A Dsetopt.c862 if(checkprefix("Set-Cookie:", argptr)) in Curl_vsetopt()
/third_party/curl/src/
H A Dtool_operhlp.c62 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected()
H A Dtool_formparse.c501 if(!endct && checkprefix("type=", p)) { in get_param_part()
521 else if(checkprefix("filename=", p)) { in get_param_part()
537 else if(checkprefix("headers=", p)) { in get_param_part()
593 else if(checkprefix("encoder=", p)) { in get_param_part()
H A Dtool_cb_hdr.c143 (cb > 20) && checkprefix("Content-disposition:", str) && in tool_header_cb()

Completed in 21 milliseconds