Lines Matching refs:v

2811 #define HD_IS_AND_SAYS(hd, hdlen, n, v) \  argument
2813 ((hdlen) > ((sizeof(n)-1) + (sizeof(v)-1))) && \
2814 Curl_compareheader(hd, STRCONST(n), STRCONST(v)))
2825 const char *v; in Curl_http_header() local
2831 v = (data->asi && in Curl_http_header()
2840 if(v) { in Curl_http_header()
2844 return Curl_altsvc_parse(data, data->asi, v, id, conn->host.name, in Curl_http_header()
2852 v = (!k->http_bodyless && !data->set.ignorecl) ? in Curl_http_header()
2854 if(v) { in Curl_http_header()
2856 CURLofft offt = curlx_strtoofft(v, NULL, 10, &contentlength); in Curl_http_header()
2878 v = (!k->http_bodyless && data->set.str[STRING_ENCODING]) ? in Curl_http_header()
2880 if(v) { in Curl_http_header()
2888 return Curl_build_unencoding_stack(data, v, FALSE); in Curl_http_header()
2891 v = HD_VAL(hd, hdlen, "Content-Type:"); in Curl_http_header()
2892 if(v) { in Curl_http_header()
2927 v = !k->http_bodyless ? HD_VAL(hd, hdlen, "Content-Range:") : NULL; in Curl_http_header()
2928 if(v) { in Curl_http_header()
2940 const char *ptr = v; in Curl_http_header()
2960 v = (!k->http_bodyless && in Curl_http_header()
2963 if(v) { in Curl_http_header()
2964 k->timeofdoc = Curl_getdate_capped(v); in Curl_http_header()
3003 v = HD_VAL(hd, hdlen, "Proxy-Connection:"); in Curl_http_header()
3004 if(v) { in Curl_http_header()
3055 v = HD_VAL(hd, hdlen, "Retry-After:"); in Curl_http_header()
3056 if(v) { in Curl_http_header()
3060 (void)curlx_strtoofft(v, NULL, 10, &retry_after); in Curl_http_header()
3062 time_t date = Curl_getdate_capped(v); in Curl_http_header()
3074 v = (data->cookies && data->state.cookie_engine) ? in Curl_http_header()
3076 if(v) { in Curl_http_header()
3089 Curl_cookie_add(data, data->cookies, TRUE, FALSE, v, host, in Curl_http_header()
3097 v = (data->hsts && in Curl_http_header()
3107 if(v) { in Curl_http_header()
3109 Curl_hsts_parse(data->hsts, conn->host.name, v); in Curl_http_header()
3132 v = (!k->http_bodyless && in Curl_http_header()
3136 if(v) { in Curl_http_header()
3139 result = Curl_build_unencoding_stack(data, v, TRUE); in Curl_http_header()
3151 v = HD_VAL(hd, hdlen, "Trailer:"); in Curl_http_header()
3152 if(v) { in Curl_http_header()