Home
last modified time | relevance | path

Searched refs:HTTP_N (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dregress_http.c4521 #define HTTP_N(title, name, arg) \ macro
4523 #define HTTP(name) HTTP_N(name, name, NULL)
4571 HTTP_N(cancel, cancel, BASIC),
4572 HTTP_N(cancel_by_host, cancel, BY_HOST),
4573 HTTP_N(cancel_by_host_no_ns, cancel, BY_HOST | NO_NS),
4574 HTTP_N(cancel_by_host_inactive_server, cancel, BY_HOST | INACTIVE_SERVER),
4575 HTTP_N(cancel_inactive_server, cancel, INACTIVE_SERVER),
4576 HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, BY_HOST | NO_NS | INACTIVE_SERVER),
4581 HTTP_N(cancel_by_host_ns_timeout, cancel, BY_HOST | NO_NS | NS_TIMEOUT),
4582HTTP_N(cancel_by_host_ns_timeout_inactive_server, cancel, BY_HOST | NO_NS | NS_TIMEOUT | INACTIVE_…