Searched refs:libtest_debug_config (Results 1 - 7 of 7) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib1542.c | 50 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 D | lib573.c | 60 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 D | lib1522.c | 65 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 D | lib2305.c | 87 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 D | lib500.c | 83 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 D | testtrace.h | 32 extern struct libtest_trace_cfg libtest_debug_config;
|
H A D | testtrace.c | 30 struct libtest_trace_cfg libtest_debug_config; variable
|
Completed in 3 milliseconds