Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durl.h38 CURLcode Curl_close(struct Curl_easy **datap); /* opposite of curl_open() */
H A 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()
H A Dconncache.c549 Curl_close(&connc->closure_handle); in Curl_conncache_close_all_connections()
H A Deasy.c808 Curl_close(&data); in curl_easy_cleanup()
H A 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);
H A Dhttp2.c784 (void)Curl_close(&second); in h2_duphandle()
858 (void)Curl_close(&newhandle); in discard_newhandle()
/third_party/curl/tests/unit/
H A Dunit1620.c89 rc = Curl_close(&empty);
90 fail_unless(rc == CURLE_OK, "Curl_close() failed");

Completed in 11 milliseconds