Home
last modified time | relevance | path

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

/external/curl/lib/
Dsystem_win32.c45 if(flags & CURL_GLOBAL_WIN32) { in Curl_win32_init()
110 if(init_flags & CURL_GLOBAL_WIN32) { in Curl_win32_cleanup()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1729 #define CURL_GLOBAL_WIN32 (1<<1) macro
1730 #define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
/external/curl/include/curl/
Dcurl.h2631 #define CURL_GLOBAL_WIN32 (1<<1) macro
2632 #define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
/external/curl/docs/libcurl/
Dsymbols-in-versions814 CURL_GLOBAL_WIN32 7.8.1
/external/curl/
DRELEASE-NOTES50 o easy: fix win32 init to work without CURL_GLOBAL_WIN32 [30]
DCHANGES927 - easy: fix win32 init to work without CURL_GLOBAL_WIN32
930 procedures are not affected by CURL_GLOBAL_WIN32 flag.
933 optional flag CURL_GLOBAL_WIN32, which if omitted was meant to stop
938 it so that CURL_GLOBAL_WIN32 only controls the optional win32
942 CURL_GLOBAL_WIN32 to curl_global_init. For them this commit removes the
/external/curl/packages/OS400/
Dcurl.inc.in80 d CURL_GLOBAL_WIN32...