Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.h32 #define NGX_RESOLVE_TIMEDOUT NGX_ETIMEDOUT macro
H A Dngx_resolver.c529 if (ctx->state == NGX_AGAIN || ctx->state == NGX_RESOLVE_TIMEDOUT) { in ngx_resolve_name_done()
1159 if (ctx->state == NGX_AGAIN || ctx->state == NGX_RESOLVE_TIMEDOUT) { in ngx_resolve_addr_done()
4045 ctx->state = NGX_RESOLVE_TIMEDOUT; in ngx_resolver_timeout_handler()
4368 if (err == NGX_RESOLVE_TIMEDOUT) { in ngx_resolver_strerror()