Searched refs:HD_IS (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | http.c | 2802 #define HD_IS(hd, hdlen, n) \ macro 2812 (HD_IS(hd, hdlen, n) && \ 2970 HD_IS(hd, hdlen, "Location:") && in Curl_http_header() 3028 if((407 == k->httpcode) && HD_IS(hd, hdlen, "Proxy-authenticate:")) { in Curl_http_header() 3037 if(HD_IS(hd, hdlen, "Persistent-Auth:")) { in Curl_http_header() 3159 if((401 == k->httpcode) && HD_IS(hd, hdlen, "WWW-Authenticate:")) { in Curl_http_header()
|
Completed in 15 milliseconds