Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1438 SERVER_TIMEOUT = 16, enumerator
1446 if (!(type & NO_NS) && (type & SERVER_TIMEOUT)) in http_cancel_test_bad_request_new()
1508 if (type & SERVER_TIMEOUT) in http_cancel_test()
1522 if (type & SERVER_TIMEOUT) in http_cancel_test()
1557 if (type & SERVER_TIMEOUT) in http_cancel_test()
1577 if (type & SERVER_TIMEOUT) in http_cancel_test()
4730 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
4731 HTTP_OFF_N(cancel_server_timeout, cancel, INACTIVE_SERVER | SERVER_TIMEOUT),
4732 …N(cancel_by_host_no_ns_server_timeout, cancel, BY_HOST | NO_NS | INACTIVE_SERVER | SERVER_TIMEOUT),
4733 …s_timeout_server_timeout, cancel, BY_HOST | NO_NS | NS_TIMEOUT | INACTIVE_SERVER | SERVER_TIMEOUT),
/netbsd-src/external/bsd/libevent/dist/
H A DChangeLog526 o test/http: fix SERVER_TIMEOUT tests under win32 (d49a658 Azat Khuzhin)