Home
last modified time | relevance | path

Searched refs:PARENT_RETRY_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DParentSelection.h74 PARENT_RETRY_NONE = 0, enumerator
165 ParentRetry_t parent_retry = PARENT_RETRY_NONE;
234 return is_api_result() ? PARENT_RETRY_NONE : rec->parent_retry; in retry_type()
246 case PARENT_RETRY_NONE: in max_retries()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc176 return PARENT_RETRY_NONE; in retry_type()
348 return PARENT_RETRY_NONE; in response_is_retryable()
360 return PARENT_RETRY_NONE; in response_is_retryable()
365 return PARENT_RETRY_NONE; in response_is_retryable()
375 return PARENT_RETRY_NONE; in response_is_retryable()
382 return PARENT_RETRY_NONE; in response_is_retryable()
384 return PARENT_RETRY_NONE; in response_is_retryable()
407 case PARENT_RETRY_NONE: in simple_or_unavailable_server_retry()
3613 s->current.retry_type = PARENT_RETRY_NONE; in handle_response_from_parent()
H A DHttpTransact.h582 ParentRetry_t retry_type = PARENT_RETRY_NONE;