1CURLOPT_DEBUGDATA(3) curl_easy_setopt options CURLOPT_DEBUGDATA(3)
2
3
4
6 CURLOPT_DEBUGDATA - custom pointer for debug callback
7
9 #include <curl/curl.h>
10
11 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DEBUGDATA, void
12 *pointer);
13
15 Pass a pointer to whatever you want passed in to your CURLOPT_DEBUGā
16 FUNCTION(3) in the last void * argument. This pointer is not used by
17 libcurl, it is only passed to the callback.
18
20 NULL
21
23 All
24
26 https://curl.haxx.se/libcurl/c/debug.html
27
29 Always
30
32 Returns CURLE_OK
33
35 CURLOPT_STDERR(3), CURLOPT_DEBUGFUNCTION(3),
36
37
38
39libcurl 7.61.1 February 03, 2016 CURLOPT_DEBUGDATA(3)