Searched refs:curl_global_init (Results 1 – 25 of 205) sorted by relevance
123456789
4 curl_global_init28 curl_global_init thread-safety
12 - curl_global_init (3)45 If you did not already call curl_global_init(3) before calling this function,47 cases for platforms where curl_global_init(3) is not thread-safe, and it may51 curl_global_init(3) yourself properly. See the description in libcurl(3) of
8 - curl_global_init (3)30 This function releases resources acquired by curl_global_init(3).33 curl_global_init(3), after you are done using libcurl.70 curl_global_init(CURL_GLOBAL_DEFAULT);
9 - curl_global_init (3)34 This function works exactly as curl_global_init(3) with one addition: it66 This function is otherwise the same as curl_global_init(3), please refer
4 Title: curl_global_init21 curl_global_init - global libcurl initialization28 CURLcode curl_global_init(long flags);54 using libcurl. Because curl_global_init(3) calls functions of other libraries120 curl_global_init(CURL_GLOBAL_DEFAULT);
35 curl_global_init(CURL_GLOBAL_ALL); in main()
37 curl_global_init(CURL_GLOBAL_ALL); in main()
40 curl_global_init(CURL_GLOBAL_ALL); in main()
36 curl_global_init(CURL_GLOBAL_DEFAULT); in main()
44 curl_global_init(CURL_GLOBAL_DEFAULT); in main()
36 curl_global_init(CURL_GLOBAL_ALL); in test()
38 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
35 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
34 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
33 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
45 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
35 curl_global_init(CURL_GLOBAL_ALL); in test()
Completed in 24 milliseconds