Searched refs:checkprefix (Results 1 - 16 of 16) sorted by relevance
/third_party/curl/lib/ |
H A D | http.c | 961 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 D | urlapi.c | 1076 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 D | strcase.h | 44 /* 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 D | rtsp.c | 909 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 D | cf-h1-proxy.c | 295 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 D | http_digest.c | 61 if(!checkprefix("Digest", header) || !ISBLANK(header[6])) in Curl_input_digest()
|
H A D | http_ntlm.c | 79 if(checkprefix("NTLM", header)) { in Curl_input_ntlm()
|
H A D | curl_ntlm_wb.c | 344 if(!checkprefix("NTLM", header)) in Curl_input_ntlm_wb()
|
H A D | tftp.c | 331 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 D | cookie.c | 202 /* not using checkprefix() because matching should be case-sensitive */ in pathmatch() 1251 if(checkprefix("Set-Cookie:", line)) { in Curl_cookie_init()
|
H A D | imap.c | 1091 if(checkprefix("OK [UIDVALIDITY ", line + 2)) { in imap_state_select_resp()
|
H A D | openldap.c | 305 if(checkprefix("AUTH=", key)) in oldap_parse_login_options()
|
H A D | setopt.c | 862 if(checkprefix("Set-Cookie:", argptr)) in Curl_vsetopt()
|
/third_party/curl/src/ |
H A D | tool_operhlp.c | 62 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected()
|
H A D | tool_formparse.c | 501 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 D | tool_cb_hdr.c | 143 (cb > 20) && checkprefix("Content-disposition:", str) && in tool_header_cb()
|
Completed in 22 milliseconds