Searched refs:NO_NS (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 1388 NO_NS = 4, enumerator 1398 if (!(type & NO_NS) && (type & SERVER_TIMEOUT)) in http_cancel_test_bad_request_new() 1402 if ((type & INACTIVE_SERVER) || (type & NO_NS)) in http_cancel_test_bad_request_new() 1437 if (type & NO_NS) in http_cancel_test() 1500 if (type & NO_NS || type & INACTIVE_SERVER) in http_cancel_test() 4573 HTTP_N(cancel_by_host_no_ns, cancel, BY_HOST | NO_NS), 4576 HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, BY_HOST | NO_NS | INACTIVE_SERVER), 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… 4581 HTTP_N(cancel_by_host_ns_timeout, cancel, BY_HOST | NO_NS | NS_TIMEOUT), [all …]
|