Home
last modified time | relevance | path

Searched refs:fdebug (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/lib/
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()
Ddoh.c311 if(data->set.fdebug) in dohprobe()
312 ERROR_CHECK_SETOPT(CURLOPT_DEBUGFUNCTION, data->set.fdebug); in dohprobe()
Durldata.h1680 curl_debug_callback fdebug; /* function that write informational data */ member
Dsetopt.c1656 data->set.fdebug = va_arg(param, curl_debug_callback); in Curl_vsetopt()
/third_party/ffmpeg/doc/
Dformats.texi96 @item fdebug @var{flags} (@emph{input/output})
Dffmpeg.texi829 See also the option @code{-fdebug ts}.
/third_party/curl/lib/vtls/
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()