Home
last modified time | relevance | path

Searched refs:libtest_debug_config (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1542.c50 libtest_debug_config.nohex = 1; in test()
51 libtest_debug_config.tracetime = 0; in test()
52 easy_setopt(easy, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib573.c60 libtest_debug_config.nohex = 1; in test()
61 libtest_debug_config.tracetime = 1; in test()
62 easy_setopt(c, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib1522.c65 libtest_debug_config.nohex = 1; in test()
66 libtest_debug_config.tracetime = 1; in test()
67 test_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib2305.c87 libtest_debug_config.nohex = 1; in test()
88 libtest_debug_config.tracetime = 1; in test()
89 curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib500.c83 libtest_debug_config.nohex = 1; in test()
84 libtest_debug_config.tracetime = 1; in test()
85 test_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dtesttrace.h32 extern struct libtest_trace_cfg libtest_debug_config;
H A Dtesttrace.c30 struct libtest_trace_cfg libtest_debug_config; variable

Completed in 3 milliseconds