Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp2.c852 struct Curl_easy *newhandle) in discard_newhandle()
854 if(!newhandle->req.p.http) { in discard_newhandle()
855 http2_data_done(cf, newhandle, TRUE); in discard_newhandle()
856 newhandle->req.p.http = NULL; in discard_newhandle()
858 (void)Curl_close(&newhandle); in discard_newhandle()
877 struct Curl_easy *newhandle = h2_duphandle(cf, data); in push_promise() local
878 if(!newhandle) { in push_promise()
892 discard_newhandle(cf, newhandle); in push_promise()
897 rv = set_transfer_url(newhandle, &heads); in push_promise()
899 discard_newhandle(cf, newhandle); in push_promise()
851 discard_newhandle(struct Curl_cfilter *cf, struct Curl_easy *newhandle) discard_newhandle() argument
[all...]

Completed in 3 milliseconds