HomeSort by relevance Sort by last modified time
    Searched refs:libtest_debug_config (Results 1 - 4 of 4) sorted by null

  /external/curl/tests/libtest/
testtrace.h 30 extern struct libtest_trace_cfg libtest_debug_config;
lib573.c 58 libtest_debug_config.nohex = 1;
59 libtest_debug_config.tracetime = 1;
60 easy_setopt(c, CURLOPT_DEBUGDATA, &libtest_debug_config);
lib500.c 80 libtest_debug_config.nohex = 1;
81 libtest_debug_config.tracetime = 1;
82 test_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config);
testtrace.c 28 struct libtest_trace_cfg libtest_debug_config; variable in typeref:struct:libtest_trace_cfg

Completed in 147 milliseconds