Searched defs:hdlen (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | http.c | 2930 #define HD_IS(hd, hdlen, n) \ argument 2933 #define HD_VAL(hd, hdlen, n) \ argument 2939 #define HD_IS_AND_SAYS(hd, hdlen, n, v) \ argument 2948 const char *hd, size_t hdlen) in http_header() 3434 const char *hd, size_t hdlen) in verify_header() 3488 const char *hd, size_t hdlen) in http_write_header() 3799 const char *hd, size_t hdlen, in http_rw_hd() 4093 const char *hd, size_t hdlen, in Curl_http_write_resp_hd()
|
D | http_chunks.c | 585 int hdlen; in add_chunk() local
|
D | transfer.c | 890 const char *hd0, size_t hdlen, bool is_eos) in Curl_xfer_write_resp_hd()
|