Home
last modified time | relevance | path

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

/curl/lib/
H A Dstrcase.h46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a)) macro
H A Dhttp_digest.c61 if(!checkprefix("Digest", header) || !ISBLANK(header[6])) in Curl_input_digest()
H A Durlapi.c1068 if(checkprefix("localhost/", ptr) || in parseurl()
1069 checkprefix("127.0.0.1/", ptr)) { in parseurl()
1199 if(checkprefix("ftp.", hostname)) in parseurl()
1201 else if(checkprefix("dict.", hostname)) in parseurl()
1203 else if(checkprefix("ldap.", hostname)) in parseurl()
1205 else if(checkprefix("imap.", hostname)) in parseurl()
1207 else if(checkprefix("smtp.", hostname)) in parseurl()
1209 else if(checkprefix("pop3.", hostname)) in parseurl()
H A Drtsp.c925 if(checkprefix("CSeq:", header)) { in Curl_rtsp_parseheader()
942 else if(checkprefix("Session:", header)) { in Curl_rtsp_parseheader()
988 else if(checkprefix("Transport:", header)) { in Curl_rtsp_parseheader()
1010 if(checkprefix("interleaved=", start)) { in rtsp_parse_transport()
H A Dhttp_ntlm.c78 if(checkprefix("NTLM", header)) { in Curl_input_ntlm()
H A Dcf-h1-proxy.c297 if((checkprefix("WWW-Authenticate:", header) && in on_resp_header()
299 (checkprefix("Proxy-authenticate:", header) && in on_resp_header()
315 else if(checkprefix("Content-Length:", header)) { in on_resp_header()
331 else if(checkprefix("Transfer-Encoding:", header)) { in on_resp_header()
H A Dhttp.c903 if(checkprefix("NTLM", auth) && is_valid_auth_separator(auth[4])) { in Curl_http_input_auth()
948 if(checkprefix("Basic", auth) && in Curl_http_input_auth()
964 if(checkprefix("Bearer", auth) && in Curl_http_input_auth()
1493 checkprefix("Host:", compare)) in Curl_add_custom_headers()
1497 checkprefix("Content-Type:", compare)) in Curl_add_custom_headers()
1501 checkprefix("Content-Type:", compare)) in Curl_add_custom_headers()
1506 checkprefix("Content-Length:", compare)) in Curl_add_custom_headers()
1511 checkprefix("Connection:", compare)) in Curl_add_custom_headers()
1514 checkprefix("Transfer-Encoding:", compare)) in Curl_add_custom_headers()
1517 else if((checkprefix("Authorization:", compare) || in Curl_add_custom_headers()
[all …]
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 Dopenldap.c304 if(checkprefix("AUTH=", key)) in oldap_parse_login_options()
H A Dcookie.c1259 if(checkprefix("Set-Cookie:", lineptr)) { in Curl_cookie_init()
H A Dimap.c1093 if(checkprefix("OK [UIDVALIDITY ", line + 2)) { in imap_state_select_resp()
H A Dsetopt.c1920 if(checkprefix("Set-Cookie:", ptr)) in setopt_cptr()
/curl/src/
H A Dtool_operhlp.c61 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected()
H A Dtool_formparse.c499 if(!endct && checkprefix("type=", p)) { in get_param_part()
519 else if(checkprefix("filename=", p)) { in get_param_part()
535 else if(checkprefix("headers=", p)) { in get_param_part()
591 else if(checkprefix("encoder=", p)) { in get_param_part()
H A Dtool_cb_hdr.c147 checkprefix("etag:", str)) { in tool_header_cb()
187 if((cb > 20) && checkprefix("Content-disposition:", str)) { in tool_header_cb()

Completed in 73 milliseconds