Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance
38 trace tracetype, curl_infotype infotype);97 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb()177 config->tracetype, type); in tool_debug_cb()215 dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, in tool_debug_cb()222 trace tracetype, curl_infotype infotype) in dump() argument229 if(tracetype == TRACE_ASCII) in dump()239 if(tracetype == TRACE_BIN) { in dump()250 if((tracetype == TRACE_ASCII) && in dump()258 if((tracetype == TRACE_ASCII) && in dump()272 if((tracetype == TRACE_ASCII) && in dump()
703 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter()705 global->tracetype = TRACE_BIN; in getparameter()712 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter()715 global->tracetype = TRACE_ASCII; in getparameter()2184 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter()2187 global->tracetype = TRACE_PLAIN; in getparameter()2191 global->tracetype = TRACE_NONE; in getparameter()
90 if(config->tracetype) in notef()
308 trace tracetype; member
1787 if(global->tracetype != TRACE_NONE) { in single_transfer()