Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp.c2809 #define HD_IS(hd, hdlen, n) \ argument
2812 #define HD_VAL(hd, hdlen, n) \ argument
2813 ((((hdlen) >= (sizeof(n)-1)) && \
2818 #define HD_IS_AND_SAYS(hd, hdlen, n, v) \ argument
2819 (HD_IS(hd, hdlen, n) && \
2898 v = HD_VAL(hd, hdlen, "Content-Type:"); in Curl_http_header()
3063 v = HD_VAL(hd, hdlen, "Retry-After:"); in Curl_http_header()
3304 char *ptr = memchr(hd, 0x00, hdlen); in verify_header()
3317 ptr = memchr(hd, ':', hdlen); in verify_header()
3684 Curl_dyn_init(&last_header, hdlen + 1); in http_rw_hd()
[all …]
H A Dhttp.h105 const char *hd, size_t hdlen);
137 const char *hd, size_t hdlen,
H A Dtransfer.h77 const char *hd0, size_t hdlen, bool is_eos);
H A Dhttp_chunks.c585 int hdlen; in add_chunk() local
588 hdlen = msnprintf(hd, sizeof(hd), "%zx\r\n", nread); in add_chunk()
589 if(hdlen <= 0) in add_chunk()
592 result = Curl_bufq_cwrite(&ctx->chunkbuf, hd, hdlen, &n); in add_chunk()
H A Dtransfer.c1242 const char *hd0, size_t hdlen, bool is_eos) in Curl_xfer_write_resp_hd() argument
1247 return data->conn->handler->write_resp_hd(data, hd0, hdlen, is_eos); in Curl_xfer_write_resp_hd()
1250 return Curl_xfer_write_resp(data, hd0, hdlen, is_eos); in Curl_xfer_write_resp_hd()
H A Durldata.h715 const char *hd, size_t hdlen, bool is_eos);

Completed in 32 milliseconds