Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
97 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb()
177 config->tracetype, type); in tool_debug_cb()
215 dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, in tool_debug_cb()
222 trace tracetype, curl_infotype infotype) in dump() argument
229 if(tracetype == TRACE_ASCII) in dump()
239 if(tracetype == TRACE_BIN) { in dump()
250 if((tracetype == TRACE_ASCII) && in dump()
258 if((tracetype == TRACE_ASCII) && in dump()
272 if((tracetype == TRACE_ASCII) && in dump()
Dtool_getparam.c703 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter()
705 global->tracetype = TRACE_BIN; in getparameter()
712 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter()
715 global->tracetype = TRACE_ASCII; in getparameter()
2184 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter()
2187 global->tracetype = TRACE_PLAIN; in getparameter()
2191 global->tracetype = TRACE_NONE; in getparameter()
Dtool_msgs.c90 if(config->tracetype) in notef()
Dtool_cfgable.h308 trace tracetype; member
Dtool_operate.c1787 if(global->tracetype != TRACE_NONE) { in single_transfer()