Searched refs:libtest_debug_config (Results 1 – 4 of 4) sorted by relevance
58 libtest_debug_config.nohex = 1; in test()59 libtest_debug_config.tracetime = 1; in test()60 easy_setopt(c, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
81 libtest_debug_config.nohex = 1; in test()82 libtest_debug_config.tracetime = 1; in test()83 test_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
30 extern struct libtest_trace_cfg libtest_debug_config;
28 struct libtest_trace_cfg libtest_debug_config; variable