![]() |
![]()
| ![]() |
![]()
NAMECURLOPT_RESOLVER_START_DATA - pointer passed to the resolver start callback SYNOPSIS#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RESOLVER_START_DATA, DESCRIPTIONPass a pointer is be untouched by libcurl and passed as the third argument in the resolver start callback set with CURLOPT_RESOLVER_START_FUNCTION(3). DEFAULTNULL PROTOCOLSThis functionality affects all supported protocols EXAMPLEstatic int resolver_start_cb(void *resolver_state, void *reserved, AVAILABILITYAdded in curl 7.59.0 RETURN VALUEcurl_easy_setopt(3) returns a CURLcode indicating success or error. CURLE_OK (0) means everything was OK, non-zero means an error occurred, see libcurl-errors(3). SEE ALSOCURLOPT_PREREQFUNCTION(3), CURLOPT_RESOLVER_START_FUNCTION(3)
|