Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp.c3379 const char *last_hd, size_t last_hd_len, in http_on_response() argument
3396 if(k->httpcode < 200 && last_hd) { in http_on_response()
3400 result = http_write_header(data, last_hd, last_hd_len); in http_on_response()
3401 last_hd = NULL; /* handled it */ in http_on_response()
3655 if(last_hd) { in http_on_response()
3657 CURLcode r2 = http_write_header(data, last_hd, last_hd_len); in http_on_response()

Completed in 11 milliseconds