Searched refs:checkprefix (Results 1 – 15 of 15) sorted by relevance
/curl/lib/ |
H A D | strcase.h | 46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a)) macro
|
H A D | http_digest.c | 61 if(!checkprefix("Digest", header) || !ISBLANK(header[6])) in Curl_input_digest()
|
H A D | urlapi.c | 1068 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 D | rtsp.c | 925 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 D | http_ntlm.c | 78 if(checkprefix("NTLM", header)) { in Curl_input_ntlm()
|
H A D | cf-h1-proxy.c | 297 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 D | http.c | 903 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 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 | openldap.c | 304 if(checkprefix("AUTH=", key)) in oldap_parse_login_options()
|
H A D | cookie.c | 1259 if(checkprefix("Set-Cookie:", lineptr)) { in Curl_cookie_init()
|
H A D | imap.c | 1093 if(checkprefix("OK [UIDVALIDITY ", line + 2)) { in imap_state_select_resp()
|
H A D | setopt.c | 1920 if(checkprefix("Set-Cookie:", ptr)) in setopt_cptr()
|
/curl/src/ |
H A D | tool_operhlp.c | 61 if(checkprefix("http://", url) || checkprefix("https://", url)) in output_expected()
|
H A D | tool_formparse.c | 499 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 D | tool_cb_hdr.c | 147 checkprefix("etag:", str)) { in tool_header_cb() 187 if((cb > 20) && checkprefix("Content-disposition:", str)) { in tool_header_cb()
|
Completed in 73 milliseconds