Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.h38 CURLcode Curl_close(struct Curl_easy **datap); /* opposite of curl_open() */
Ddoh.c356 Curl_close(&doh); in dohprobe()
422 Curl_close(&dohp->probe[slot].easy); in Curl_doh()
926 Curl_close(&dohp->probe[slot].easy); in Curl_doh_is_resolved()
Dconncache.c549 Curl_close(&connc->closure_handle); in Curl_conncache_close_all_connections()
Deasy.c808 Curl_close(&data); in curl_easy_cleanup()
Durl.c227 CURLcode Curl_close(struct Curl_easy **datap) in Curl_close() function
2069 Curl_close(&data->req.doh->probe[0].easy);
2070 Curl_close(&data->req.doh->probe[1].easy);
Dhttp2.c784 (void)Curl_close(&second); in h2_duphandle()
858 (void)Curl_close(&newhandle); in discard_newhandle()
/third_party/curl/tests/unit/
Dunit1620.c89 rc = Curl_close(&empty);