Home
last modified time | relevance | path

Searched refs:curl_global_init (Results 1 – 25 of 205) sorted by relevance

123456789

/curl/tests/data/
H A Dtest30264 curl_global_init
28 curl_global_init thread-safety
/curl/docs/libcurl/
H A Dcurl_easy_init.md12 - 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 may
51 curl_global_init(3) yourself properly. See the description in libcurl(3) of
H A Dcurl_global_cleanup.md8 - 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);
H A Dcurl_global_init_mem.md9 - curl_global_init (3)
34 This function works exactly as curl_global_init(3) with one addition: it
66 This function is otherwise the same as curl_global_init(3), please refer
H A Dcurl_global_init.md4 Title: curl_global_init
21 curl_global_init - global libcurl initialization
28 CURLcode curl_global_init(long flags);
54 using libcurl. Because curl_global_init(3) calls functions of other libraries
120 curl_global_init(CURL_GLOBAL_DEFAULT);
/curl/docs/examples/
H A Dhttp3-present.c35 curl_global_init(CURL_GLOBAL_ALL); in main()
H A Dhttp-post.c37 curl_global_init(CURL_GLOBAL_ALL); in main()
H A Dprotofeats.c40 curl_global_init(CURL_GLOBAL_ALL); in main()
H A Dhttps.c36 curl_global_init(CURL_GLOBAL_DEFAULT); in main()
H A Dmulti-single.c44 curl_global_init(CURL_GLOBAL_DEFAULT); in main()
H A Dpersistent.c37 curl_global_init(CURL_GLOBAL_ALL); in main()
/curl/tests/libtest/
H A Dlib1913.c36 curl_global_init(CURL_GLOBAL_ALL); in test()
H A Dlib558.c38 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib1910.c36 curl_global_init(CURL_GLOBAL_ALL); in test()
H A Dlib501.c35 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib1916.c34 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib559.c34 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib520.c33 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib524.c33 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib511.c33 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib3027.c36 curl_global_init(CURL_GLOBAL_ALL); in test()
H A Dlib562.c45 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()
H A Dlib1908.c36 curl_global_init(CURL_GLOBAL_ALL); in test()
H A Dlib1918.c35 curl_global_init(CURL_GLOBAL_ALL); in test()
H A Dlib521.c33 if(curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { in test()

Completed in 24 milliseconds

123456789