Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 61) sorted by relevance

123

/curl/docs/examples/
H A Durlapi.c53 goto cleanup; in main()
70 goto cleanup; in main()
73 cleanup: in main()
/curl/scripts/
H A Drelease-notes.pl57 my $cleanup = ($ARGV[0] eq "cleanup");
58 my @gitlog=`git log @^{/RELEASE-NOTES:.synced}..` if(!$cleanup);
184 if(($l =~ /^This release includes the following bugfixes:/) && !$cleanup) {
195 elsif($cleanup) {
/curl/tests/libtest/
H A Dlib1905.c47 goto cleanup; in test()
54 goto cleanup; in test()
93 cleanup: in test()
H A Dlib3026.c91 goto cleanup; in test()
96 cleanup: in test()
152 goto cleanup; in test()
156 cleanup: in test()
/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c302 cleanup: in curltest_echo_handler()
442 if (APR_SUCCESS != rv) goto cleanup; in curltest_tweak_handler()
458 goto cleanup; in curltest_tweak_handler()
469 cleanup: in curltest_tweak_handler()
578 if(APR_SUCCESS != rv) goto cleanup; in curltest_put_handler()
585 cleanup: in curltest_put_handler()
642 if (APR_SUCCESS != rv) goto cleanup; in curltest_1_1_required()
646 if(APR_SUCCESS != rv) goto cleanup; in curltest_1_1_required()
653 cleanup: in curltest_1_1_required()
753 if (APR_SUCCESS != rv) goto cleanup; in curltest_sslinfo_handler()
[all …]
/curl/lib/vtls/
H A Dschannel_verify.c243 goto cleanup; in add_certs_file_to_store()
265 goto cleanup; in add_certs_file_to_store()
275 goto cleanup; in add_certs_file_to_store()
283 goto cleanup; in add_certs_file_to_store()
290 goto cleanup; in add_certs_file_to_store()
324 cleanup: in add_certs_file_to_store()
495 goto cleanup; in Curl_verify_host()
505 goto cleanup; in Curl_verify_host()
514 goto cleanup; in Curl_verify_host()
525 goto cleanup; in Curl_verify_host()
[all …]
/curl/tests/data/
H A Dtest155338 IMAP cleanup before a connection was created
H A Dtest159038 IMAP cleanup before a connection was created
H A Dtest150238 HTTP multi with CURLOPT_RESOLVE, cleanup sequence UA
H A Dtest150338 HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA
H A Dtest150438 HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB
H A Dtest150538 HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB
H A Dtest52926 FTP PORT upload using multi interface (weird cleanup function sequence)
/curl/docs/libcurl/
H A Dcurl_global_cleanup.md17 curl_global_cleanup - global libcurl cleanup
60 OpenSSL thread cleanup. Refer to libcurl-thread(3).
H A Dlibcurl-easy.md51 transfer, or if you are done, cleanup the session by calling
53 cleanup immediately, but instead run ahead and perform other transfers using
/curl/lib/
H A Dcookie.h129 void Curl_flush_cookies(struct Curl_easy *data, bool cleanup);
/curl/docs/libcurl/opts/
H A DCURLOPT_LOW_SPEED_TIME.md53 /* always cleanup */
H A DCURLOPT_LOW_SPEED_LIMIT.md56 /* always cleanup */
H A DCURLINFO_NAMELOOKUP_TIME.md54 /* always cleanup */
H A DCURLINFO_REDIRECT_TIME.md56 /* always cleanup */
H A DCURLINFO_TOTAL_TIME_T.md56 /* always cleanup */
H A DCURLINFO_CONNECT_TIME_T.md56 /* always cleanup */
H A DCURLINFO_NAMELOOKUP_TIME_T.md55 /* always cleanup */
H A DCURLINFO_REDIRECT_TIME_T.md58 /* always cleanup */
H A DCURLINFO_TOTAL_TIME.md55 /* always cleanup */

Completed in 95 milliseconds

123