Lines Matching refs:HD_VAL
2805 #define HD_VAL(hd, hdlen, n) \ macro
2839 )) ? HD_VAL(hd, hdlen, "Alt-Svc:") : NULL; in Curl_http_header()
2853 HD_VAL(hd, hdlen, "Content-Length:") : NULL; in Curl_http_header()
2879 HD_VAL(hd, hdlen, "Content-Encoding:") : NULL; in Curl_http_header()
2891 v = HD_VAL(hd, hdlen, "Content-Type:"); in Curl_http_header()
2927 v = !k->http_bodyless ? HD_VAL(hd, hdlen, "Content-Range:") : NULL; in Curl_http_header()
2962 HD_VAL(hd, hdlen, "Last-Modified:") : NULL; in Curl_http_header()
3003 v = HD_VAL(hd, hdlen, "Proxy-Connection:"); in Curl_http_header()
3055 v = HD_VAL(hd, hdlen, "Retry-After:"); in Curl_http_header()
3075 HD_VAL(hd, hdlen, "Set-Cookie:") : NULL; in Curl_http_header()
3106 ) ? HD_VAL(hd, hdlen, "Strict-Transport-Security:") : NULL; in Curl_http_header()
3135 HD_VAL(hd, hdlen, "Transfer-Encoding:") : NULL; in Curl_http_header()
3151 v = HD_VAL(hd, hdlen, "Trailer:"); in Curl_http_header()