Searched refs:tracetype (Results 1 – 5 of 5) sorted by relevance
37 trace tracetype, curl_infotype infotype);153 if(config->tracetype == TRACE_PLAIN) { in tool_debug_cb()243 config->tracetype, type); in tool_debug_cb()249 trace tracetype, curl_infotype infotype) in dump() argument256 if(tracetype == TRACE_ASCII) in dump()267 if(tracetype == TRACE_BIN) { in dump()278 if((tracetype == TRACE_ASCII) && in dump()288 if((tracetype == TRACE_ASCII) && in dump()
99 if(config->tracetype) in notef()
1236 if(global->tracetype && (global->tracetype != TRACE_BIN)) in getparameter()1238 global->tracetype = TRACE_BIN; in getparameter()1247 if(global->tracetype && (global->tracetype != TRACE_ASCII)) in getparameter()1250 global->tracetype = TRACE_ASCII; in getparameter()2505 global->tracetype = TRACE_NONE; in getparameter()2525 if(global->tracetype && (global->tracetype != TRACE_PLAIN)) in getparameter()2528 global->tracetype = TRACE_PLAIN; in getparameter()2538 global->tracetype = TRACE_ASCII; in getparameter()
323 trace tracetype; member
1499 if(global->tracetype != TRACE_NONE) { in config2setopts()
Completed in 31 milliseconds