Lines Matching refs:libcurl
4 Title: libcurl-thread
6 Source: libcurl
8 - libcurl-security (3)
16 libcurl-thread - libcurl thread safety
18 # Multi-threading with libcurl
20 libcurl is thread safe but has no internal thread synchronization. You may have
41 All current TLS libraries libcurl supports are thread-safe.
49 libcurl may not be able to fully clean up after multi-threaded OpenSSL
54 For example, on Windows if both libcurl and OpenSSL are linked statically to a
58 libcurl is built as a DLL and OpenSSL is linked statically to it then libcurl
59 does this cleanup automatically and there is no leak (added in libcurl 8.8.0).
73 libcurl with c-ares or threaded-resolver support. c-ares is a library that
74 provides asynchronous name resolves. On some platforms, libcurl simply cannot
81 threaded situation as there is a race condition where libcurl risks restoring
87 calls used by libcurl are provided by your operating system and must be thread
88 safe. It is important that libcurl can find and use thread safe versions of
98 These functions are thread-safe since libcurl 7.84.0 if
102 If these functions are not thread-safe and you are using libcurl with multiple
108 libcurl(3) section **GLOBAL CONSTANTS**.
120 curl_version_info(3) is not thread-safe before libcurl initialization.