Searched refs:test_opts (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 4669 #define HTTP_RET_N(title, name, test_opts, arg) \ argument 4670 …{ #title, http_##name##_test, TT_ISOLATED|TT_RETRIABLE|test_opts, &basic_setup, HTTP_CAST_ARG(arg)… 4671 #define HTTP_N(title, name, test_opts, arg) \ argument 4672 { #title, http_##name##_test, TT_ISOLATED|test_opts, &basic_setup, HTTP_CAST_ARG(arg) }
|