Searched refs:tracetype (Results 1 – 4 of 4) 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 | 530 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter() 532 global->tracetype = TRACE_BIN; in getparameter() 539 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter() 542 global->tracetype = TRACE_ASCII; in getparameter() 1723 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter() 1726 global->tracetype = TRACE_PLAIN; in getparameter() 1730 global->tracetype = TRACE_NONE; in getparameter()
|
D | tool_cfgable.h | 233 trace tracetype; member
|
D | tool_operate.c | 1160 if(global->tracetype != TRACE_NONE) { in operate_do()
|