OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracetype
(Results
1 - 4
of
4
) sorted by null
/external/curl/src/
tool_cb_dbg.c
37
trace
tracetype
, curl_infotype infotype);
95
if(config->
tracetype
== TRACE_PLAIN) {
174
dump(timebuf, text, output, data, i + 4, config->
tracetype
, type);
211
dump(timebuf, text, output, data, size, config->
tracetype
, type);
217
trace
tracetype
, curl_infotype infotype)
224
if(
tracetype
== TRACE_ASCII)
234
if(
tracetype
== TRACE_BIN) {
245
if((
tracetype
== TRACE_ASCII) &&
252
if((
tracetype
== TRACE_ASCII) &&
265
if((
tracetype
== TRACE_ASCII) &
[
all
...]
tool_getparam.c
530
if(global->
tracetype
&& (global->
tracetype
!= TRACE_BIN))
532
global->
tracetype
= TRACE_BIN;
539
if(global->
tracetype
&& (global->
tracetype
!= TRACE_ASCII))
542
global->
tracetype
= TRACE_ASCII;
[
all
...]
tool_cfgable.h
233
trace
tracetype
;
member in struct:GlobalConfig
tool_operate.c
[
all
...]
Completed in 133 milliseconds