Home
last modified time | relevance | path

Searched refs:fdebug (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dcurl_trc.c62 if(data->set.fdebug) { in Curl_debug()
65 (void)(*data->set.fdebug)(data, type, ptr, size, data->set.debugdata); in Curl_debug()
H A Ddoh.c311 if(data->set.fdebug) in dohprobe()
312 ERROR_CHECK_SETOPT(CURLOPT_DEBUGFUNCTION, data->set.fdebug); in dohprobe()
H A Durldata.h1652 void *debugdata; /* the data that will be passed to fdebug */
1680 curl_debug_callback fdebug; /* function that write informational data */ member
H A Dsetopt.c1656 data->set.fdebug = va_arg(param, curl_debug_callback); in Curl_vsetopt()
/third_party/curl/lib/vtls/
H A Dopenssl.c2622 if(!data || !data->set.fdebug || (direction && direction != 1)) in ossl_trace()
3533 if(data->set.fdebug && data->set.verbose) { in ossl_connect_step1()

Completed in 14 milliseconds