Lines Matching refs:libcurl
6 Source: libcurl
9 - libcurl (3)
10 - libcurl-thread (3)
18 curl_global_cleanup - global libcurl cleanup
33 curl_global_init(3), after you are done using libcurl.
35 This function is thread-safe since libcurl 7.84.0 if
41 This does not just mean no other thread that is using libcurl. Because
46 See the description in libcurl(3) of global environment requirements for
51 curl_global_cleanup(3) does not block waiting for any libcurl-created
53 containing libcurl is dynamically unloaded while libcurl-created threads are
55 recommend you do not run libcurl from any module that may be unloaded
58 libcurl may not be able to fully clean up after multi-threaded OpenSSL
61 OpenSSL thread cleanup. Refer to libcurl-thread(3).
72 /* use libcurl, then before exiting... */