Home
last modified time | relevance | path

Searched refs:HD_VAL (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dhttp.c2805 #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()
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()
3135 HD_VAL(hd, hdlen, "Transfer-Encoding:") : NULL; in Curl_http_header()
[all …]

Completed in 19 milliseconds