Searched refs:trace_stream (Results 1 – 3 of 3) sorted by relevance
132 if(!config->trace_stream) { in tool_debug_cb()135 config->trace_stream = stdout; in tool_debug_cb()138 config->trace_stream = tool_stderr; in tool_debug_cb()140 config->trace_stream = fopen(config->trace_dump, FOPEN_WRITETEXT); in tool_debug_cb()145 if(config->trace_stream) in tool_debug_cb()146 output = config->trace_stream; in tool_debug_cb()
191 if(config->trace_fopened && config->trace_stream) in free_globalconfig()192 fclose(config->trace_stream); in free_globalconfig()193 config->trace_stream = NULL; in free_globalconfig()
321 FILE *trace_stream; member
Completed in 8 milliseconds