Searched refs:Curl_http2_done (Results 1 – 4 of 4) sorted by relevance
54 void Curl_http2_done(struct connectdata *conn, bool premature);74 #define Curl_http2_done(x,y) macro
1180 void Curl_http2_done(struct connectdata *conn, bool premature) in Curl_http2_done() function
1586 Curl_http2_done(conn, premature); in Curl_http_done()
4818 - Curl_http2_done: fix memleak in error path5811 When Curl_http2_done() gets called before the http2 data is setup all6371 - http2: clear the drain counter in Curl_http2_done