Searched refs:libtest_debug_config (Results 1 – 12 of 12) sorted by relevance
/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 | 89 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 D | lib1915.c | 108 libtest_debug_config.nohex = 1; in test() 109 libtest_debug_config.tracetime = 1; in test() 119 easy_setopt(hnd, CURLOPT_DEBUGDATA, &libtest_debug_config); in test() 138 easy_setopt(hnd, CURLOPT_DEBUGDATA, &libtest_debug_config); in test()
|
H A D | lib1553.c | 78 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 D | lib1540.c | 111 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 D | lib1515.c | 58 libtest_debug_config.nohex = 1; in do_one_request() 59 libtest_debug_config.tracetime = 1; in do_one_request() 60 easy_setopt(curls, CURLOPT_DEBUGDATA, &libtest_debug_config); in do_one_request()
|
H A D | lib2502.c | 84 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 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 10 milliseconds