Functions
curl_download_init ()
void
curl_download_init ();
curl_download_uninit ()
void
curl_download_uninit ();
curl_download_get_url ()
CURL_download_t
curl_download_get_url (const char *hostname,
const char *uri,
FILE *f,
DownloadFileOptions *options,
gboolean ftp,
CurlDownloadOptions *curl_options,
void *handle);
curl_download_uri ()
CURL_download_t
curl_download_uri (const char *uri,
FILE *f,
DownloadFileOptions *options,
CurlDownloadOptions *curl_options,
void *handle);
curl_download_handle_init ()
void *
curl_download_handle_init ();
curl_download_handle_cleanup ()
void
curl_download_handle_cleanup (void *handle);