Searched refs:last_header (Results 1 – 1 of 1) sorted by relevance
3676 struct dynbuf last_header; in http_rw_hd() local3679 Curl_dyn_init(&last_header, hdlen + 1); in http_rw_hd()3680 result = Curl_dyn_addn(&last_header, hd, hdlen); in http_rw_hd()3689 result = http_on_response(data, Curl_dyn_ptr(&last_header), in http_rw_hd()3690 Curl_dyn_len(&last_header), in http_rw_hd()3693 Curl_dyn_free(&last_header); in http_rw_hd()
Completed in 21 milliseconds