Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.h54 void Curl_http2_done(struct connectdata *conn, bool premature);
74 #define Curl_http2_done(x,y) macro
Dhttp2.c1180 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() function
Dhttp.c1586 Curl_http2_done(conn, premature); in Curl_http_done()
/external/curl/
DCHANGES4818 - Curl_http2_done: fix memleak in error path
5811 When Curl_http2_done() gets called before the http2 data is setup all
6371 - http2: clear the drain counter in Curl_http2_done