Lines Matching refs:INACTIVE_SERVER
1432 INACTIVE_SERVER = 8, enumerator
1445 if ((type & INACTIVE_SERVER) || (type & NO_NS)) in http_cancel_test_bad_request_new()
1495 if (type & INACTIVE_SERVER) { in http_cancel_test()
1510 if (type & INACTIVE_SERVER) in http_cancel_test()
1543 if (type & NO_NS || type & INACTIVE_SERVER) in http_cancel_test()
4717 HTTP_RET_N(cancel_by_host_inactive_server, cancel, TT_NO_LOGS, BY_HOST | INACTIVE_SERVER),
4719 HTTP_N(cancel_inactive_server, cancel, 0, INACTIVE_SERVER),
4720 …HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | INACTIVE_SERVER…
4721 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
4722 HTTP_OFF_N(cancel_server_timeout, cancel, INACTIVE_SERVER | SERVER_TIMEOUT),
4723 …HTTP_OFF_N(cancel_by_host_no_ns_server_timeout, cancel, BY_HOST | NO_NS | INACTIVE_SERVER | SERVER…
4724 …st_ns_timeout_server_timeout, cancel, BY_HOST | NO_NS | NS_TIMEOUT | INACTIVE_SERVER | SERVER_TIME…
4726 …st_ns_timeout_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | NS_TIMEOUT | INACTIVE_SERVER),