Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_dbg.c38 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() argument
228 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()
Dtool_getparam.c650 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()
Dtool_msgs.c89 if(config->tracetype) in notef()
Dtool_cfgable.h283 trace tracetype; member
Dtool_operate.c1302 if(global->tracetype != TRACE_NONE) { in operate_do()