48 (void)curl_easy_setopt(
static_cast<CURL*
>(
pData),
49 CURLOPT_HEADERFUNCTION,
51 curl_easy_cleanup(
static_cast<CURL*
>(
pData));
63FTPLoaderThread::FTPLoaderThread()
74 CURL* ret =
static_cast<CURL*
>(osl_getThreadKeyData(
m_threadKey));
76 ret = curl_easy_init();
80 if (curl_easy_setopt(ret, CURLOPT_PROXY,
"") != CURLE_OK) {
81 curl_easy_cleanup(ret);
static void delete_CURL(void *pData)
static int memory_write_dummy(void *, size_t, size_t, void *)
std::unique_ptr< sal_Int32[]> pData
Definition of ftpcontentprovider.