CURLOPT_WRITEDATA (3) Linux Manual Page
CURLOPT_WRITEDATA – custom pointer passed to the write callback Synopsis #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_WRITEDATA, void *pointer); Description A data pointer to pass to the write callback. If you use the CURLOPT_WRITEFUNCTION(3) option, this is the pointer you’ll get in that callback’s 4th argument. If you don’t use a write callback, you must make…
