Searched refs:trace_stream (Results 1 – 3 of 3) sorted by relevance
76 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()
198 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()
306 FILE *trace_stream; member