Home
last modified time | relevance | path

Searched refs:trace_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/src/
Dtool_cb_dbg.c76 if(!config->trace_stream) { in tool_debug_cb()
79 config->trace_stream = stdout; in tool_debug_cb()
82 config->trace_stream = config->errors; /* aka stderr */ in tool_debug_cb()
84 config->trace_stream = fopen(config->trace_dump, FOPEN_WRITETEXT); in tool_debug_cb()
89 if(config->trace_stream) in tool_debug_cb()
90 output = config->trace_stream; in tool_debug_cb()
Dtool_main.c198 if(config->trace_fopened && config->trace_stream) in free_globalconfig()
199 fclose(config->trace_stream); in free_globalconfig()
200 config->trace_stream = NULL; in free_globalconfig()
Dtool_cfgable.h306 FILE *trace_stream; member