Searched refs:trace_stream (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_dbg.c73 if(!config->trace_stream) {
76 config->trace_stream = stdout;
79 config->trace_stream = config->errors; /* aka stderr */
81 config->trace_stream = fopen(config->trace_dump, "w");
86 if(config->trace_stream)
87 output = config->trace_stream;
H A Dtool_cfgable.c99 config->trace_stream = NULL; /* closed elsewhere when appropriate */
H A Dtool_cfgable.h122 FILE *trace_stream; member in struct:Configurable
H A Dtool_operate.c1760 if(config->trace_fopened && config->trace_stream)
1761 fclose(config->trace_stream);

Completed in 194 milliseconds