Lines Matching refs:compare
1487 char *compare = semicolonp ? semicolonp : headers->data; in Curl_add_custom_headers() local
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()
1525 result = Curl_hyper_header(data, req, compare); in Curl_add_custom_headers()
1527 result = Curl_dyn_addf(req, "%s\r\n", compare); in Curl_add_custom_headers()