Searched refs:HTTP_N (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 4671 #define HTTP_N(title, name, test_opts, arg) \ macro 4673 #define HTTP(name) HTTP_N(name, name, 0, NULL) 4724 HTTP_N(cancel, cancel, 0, BASIC), 4728 HTTP_N(cancel_inactive_server, cancel, 0, INACTIVE_SERVER), 4729 …HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | INACTIVE_SERVER…
|