Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance
38 trace tracetype, curl_infotype infotype);96 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb()176 config->tracetype, type); in tool_debug_cb()214 dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, in tool_debug_cb()221 trace tracetype, curl_infotype infotype) in dump() argument228 if(tracetype == TRACE_ASCII) in dump()238 if(tracetype == TRACE_BIN) { in dump()249 if((tracetype == TRACE_ASCII) && in dump()257 if((tracetype == TRACE_ASCII) && in dump()271 if((tracetype == TRACE_ASCII) && in dump()
650 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter()652 global->tracetype = TRACE_BIN; in getparameter()659 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter()662 global->tracetype = TRACE_ASCII; in getparameter()2051 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter()2054 global->tracetype = TRACE_PLAIN; in getparameter()2058 global->tracetype = TRACE_NONE; in getparameter()
89 if(config->tracetype) in notef()
283 trace tracetype; member
1302 if(global->tracetype != TRACE_NONE) { in operate_do()