Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance
39 trace tracetype, curl_infotype infotype);155 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb()245 config->tracetype, type); in tool_debug_cb()251 trace tracetype, curl_infotype infotype) in dump() argument258 if(tracetype == TRACE_ASCII) in dump()269 if(tracetype == TRACE_BIN) { in dump()280 if((tracetype == TRACE_ASCII) && in dump()290 if((tracetype == TRACE_ASCII) && in dump()
1416 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter()1418 global->tracetype = TRACE_BIN; in getparameter()1427 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter()1430 global->tracetype = TRACE_ASCII; in getparameter()2613 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter()2616 global->tracetype = TRACE_PLAIN; in getparameter()2621 global->tracetype = TRACE_NONE; in getparameter()
99 if(config->tracetype) in notef()
311 trace tracetype; member
1941 if(global->tracetype != TRACE_NONE) { in single_transfer()