Home
last modified time | relevance | path

Searched refs:libtest_debug_config (Results 1 – 10 of 10) sorted by relevance

/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 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 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 Dlib2305.c89 libtest_debug_config.nohex = 1; in test()
90 libtest_debug_config.tracetime = 1; in test()
91 curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib1553.c78 libtest_debug_config.nohex = 1; in test()
79 libtest_debug_config.tracetime = 1; in test()
80 test_setopt(curls, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib1540.c111 libtest_debug_config.nohex = 1; in test()
112 libtest_debug_config.tracetime = 1; in test()
113 test_setopt(curls, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
H A Dlib2502.c84 libtest_debug_config.nohex = 1; in test()
85 libtest_debug_config.tracetime = 0; in test()
86 test_setopt(curl[i], 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 26 milliseconds