Lines Matching refs:checkprefix
877 if(checkprefix("Negotiate", auth) && is_valid_auth_separator(auth[9])) { in Curl_http_input_auth()
903 if(checkprefix("NTLM", auth) && is_valid_auth_separator(auth[4])) { in Curl_http_input_auth()
925 if(checkprefix("Digest", auth) && is_valid_auth_separator(auth[6])) { 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()
1518 checkprefix("Cookie:", compare)) && in Curl_add_custom_headers()
3044 negdata->noauthpersist = !!checkprefix("false", persistentauth); in Curl_http_header()