Searched refs:INACTIVE_SERVER (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libevent/test/
H A Dregress_http.c1389 INACTIVE_SERVER = 8, enumerator in enum:http_cancel_test_type
1402 if ((type & INACTIVE_SERVER) || (type & NO_NS))
1452 if (type & INACTIVE_SERVER) {
1467 if (type & INACTIVE_SERVER)
1500 if (type & NO_NS || type & INACTIVE_SERVER)
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),
4577 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
4578 HTTP_OFF_N(cancel_server_timeout, cancel, INACTIVE_SERVER | SERVER_TIMEOU
[all...]

Completed in 64 milliseconds