Lines Matching refs:libcurl
6 Source: libcurl
13 - libcurl (3)
21 curl_global_init - global libcurl initialization
33 This function sets up the program environment that libcurl needs. Think of it
38 function in libcurl. The environment it sets up is constant for the life of
42 The flags option is a bit pattern that tells libcurl exactly what features to
46 of libcurl.
54 using libcurl. Because curl_global_init(3) calls functions of other libraries
58 If you are initializing libcurl from a Windows DLL you should not initialize
62 See the description in libcurl(3) of global environment requirements for
75 description below is for older libcurl versions.)
81 libcurl. The exact procedure how to do SSL initialization depends on the TLS
82 backend libcurl uses.
94 of libcurl so there is no need for libcurl to do it again.
122 /* use libcurl, then before exiting... */