Searched refs:CURL_GLOBAL_WIN32 (Results 1 – 7 of 7) sorted by relevance
45 if(flags & CURL_GLOBAL_WIN32) { in Curl_win32_init()110 if(init_flags & CURL_GLOBAL_WIN32) { in Curl_win32_cleanup()
1729 #define CURL_GLOBAL_WIN32 (1<<1) macro1730 #define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
2631 #define CURL_GLOBAL_WIN32 (1<<1) macro2632 #define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
814 CURL_GLOBAL_WIN32 7.8.1
50 o easy: fix win32 init to work without CURL_GLOBAL_WIN32 [30]
927 - easy: fix win32 init to work without CURL_GLOBAL_WIN32930 procedures are not affected by CURL_GLOBAL_WIN32 flag.933 optional flag CURL_GLOBAL_WIN32, which if omitted was meant to stop938 it so that CURL_GLOBAL_WIN32 only controls the optional win32942 CURL_GLOBAL_WIN32 to curl_global_init. For them this commit removes the
80 d CURL_GLOBAL_WIN32...