Home
last modified time | relevance | path

Searched refs:resp_trailers (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dhttp2.c180 struct dynhds resp_trailers; /* response trailer fields */ member
259 Curl_dynhds_init(&stream->resp_trailers, 0, DYN_HTTP_REQUEST); in http2_data_setup()
328 Curl_dynhds_free(&stream->resp_trailers); in http2_data_done()
1489 result = Curl_dynhds_add(&stream->resp_trailers, in on_header()
1724 if(Curl_dynhds_count(&stream->resp_trailers)) { in http2_handle_stream_close()
1731 for(i = 0; i < Curl_dynhds_count(&stream->resp_trailers); ++i) { in http2_handle_stream_close()
1732 e = Curl_dynhds_getn(&stream->resp_trailers, i); in http2_handle_stream_close()

Completed in 4 milliseconds