Searched refs:BY_HOST (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 1387 BY_HOST = 2, enumerator 1428 if (type & BY_HOST) { in http_cancel_test() 1465 type & BY_HOST ? "localhost" : "127.0.0.1", in http_cancel_test() 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), 4576 HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, BY_HOST | NO_NS | INACTIVE_SERVER), 4577 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT), 4579 …HTTP_OFF_N(cancel_by_host_no_ns_server_timeout, cancel, BY_HOST | NO_NS | INACTIVE_SERVER | SERVER… 4580 …HTTP_OFF_N(cancel_by_host_ns_timeout_server_timeout, cancel, BY_HOST | NO_NS | NS_TIMEOUT | INACTI… [all …]
|