1CURLOPT_DEBUGDATA(3)       curl_easy_setopt options       CURLOPT_DEBUGDATA(3)
2
3
4

NAME

6       CURLOPT_DEBUGDATA - custom pointer for debug callback
7

SYNOPSIS

9       #include <curl/curl.h>
10
11       CURLcode   curl_easy_setopt(CURL   *handle,   CURLOPT_DEBUGDATA,   void
12       *pointer);
13

DESCRIPTION

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

DEFAULT

20       NULL
21

PROTOCOLS

23       All
24

EXAMPLE

26       https://curl.haxx.se/libcurl/c/debug.html
27

AVAILABILITY

29       Always
30

RETURN VALUE

32       Returns CURLE_OK
33

SEE ALSO

35       CURLOPT_STDERR(3), CURLOPT_DEBUGFUNCTION(3),
36
37
38
39libcurl 7.61.1                 February 03, 2016          CURLOPT_DEBUGDATA(3)
Impressum