Home
last modified time | relevance | path

Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance

/external/curl/src/
Dtool_cb_dbg.c37 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()
Dtool_getparam.c529 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()
Dtool_msgs.c85 if(config->tracetype) in notef()
Dtool_cfgable.h237 trace tracetype; member
Dtool_operate.c1169 if(global->tracetype != TRACE_NONE) { in operate_do()