Searched refs:HTTP_RET_N (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 4660 #define HTTP_RET_N(title, name, test_opts, arg) \ macro 4716 HTTP_RET_N(cancel_by_host, cancel, 0, BY_HOST), 4717 HTTP_RET_N(cancel_by_host_inactive_server, cancel, TT_NO_LOGS, BY_HOST | INACTIVE_SERVER), 4718 HTTP_RET_N(cancel_by_host_no_ns, cancel, TT_NO_LOGS, BY_HOST | NO_NS), 4725 HTTP_RET_N(cancel_by_host_ns_timeout, cancel, TT_NO_LOGS, BY_HOST | NO_NS | NS_TIMEOUT), 4726 …HTTP_RET_N(cancel_by_host_ns_timeout_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | NS_TIM…
|