Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance
/external/curl/src/ |
D | tool_cb_dbg.c | 37 trace tracetype, curl_infotype infotype); 95 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb() 174 dump(timebuf, text, output, data, i + 4, config->tracetype, type); in tool_debug_cb() 211 dump(timebuf, text, output, data, size, config->tracetype, type); in tool_debug_cb() 217 trace tracetype, curl_infotype infotype) in dump() argument 224 if(tracetype == TRACE_ASCII) in dump() 234 if(tracetype == TRACE_BIN) { in dump() 245 if((tracetype == TRACE_ASCII) && in dump() 252 if((tracetype == TRACE_ASCII) && in dump() 265 if((tracetype == TRACE_ASCII) && in dump()
|
D | tool_getparam.c | 529 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter() 531 global->tracetype = TRACE_BIN; in getparameter() 538 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter() 541 global->tracetype = TRACE_ASCII; in getparameter() 1748 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter() 1751 global->tracetype = TRACE_PLAIN; in getparameter() 1755 global->tracetype = TRACE_NONE; in getparameter()
|
D | tool_msgs.c | 85 if(config->tracetype) in notef()
|
D | tool_cfgable.h | 237 trace tracetype; member
|
D | tool_operate.c | 1169 if(global->tracetype != TRACE_NONE) { in operate_do()
|