Searched refs:no_port (Results 1 – 12 of 12) sorted by relevance
82 ngx_uint_t no_port; /* unsigned no_port:1 */ member104 ngx_uint_t no_port; /* unsigned no_port:1 */ member
319 u.no_port = 1; in ngx_stream_upstream()530 if (u.no_port) { in ngx_stream_upstream_server()604 if ((uscfp[i]->flags & NGX_STREAM_UPSTREAM_CREATE) && !u->no_port) { in ngx_stream_upstream_add()611 if ((flags & NGX_STREAM_UPSTREAM_CREATE) && !uscfp[i]->no_port) { in ngx_stream_upstream_add()640 uscf->no_port = u->no_port; in ngx_stream_upstream_add()
486 && ((uscf->port == 0 && u->resolved->no_port) in ngx_stream_proxy_handler()631 u->resolved->no_port = url.no_port; in ngx_stream_proxy_eval()
132 ngx_uint_t no_port; /* unsigned no_port:1 */ member302 ngx_uint_t no_port; /* unsigned no_port:1 */ member
705 && ((uscf->port == 0 && u->resolved->no_port) in ngx_http_upstream_init_request()5713 u.no_port = 1; in ngx_http_upstream()6009 if ((uscfp[i]->flags & NGX_HTTP_UPSTREAM_CREATE) && !u->no_port) { in ngx_http_upstream_add()6016 if ((flags & NGX_HTTP_UPSTREAM_CREATE) && !uscfp[i]->no_port) { in ngx_http_upstream_add()6048 uscf->no_port = u->no_port; in ngx_http_upstream_add()
96 unsigned no_port:1; member
889 goto no_port; in ngx_parse_inet_url()935 no_port: in ngx_parse_inet_url()938 u->no_port = 1; in ngx_parse_inet_url()1076 u->no_port = 1; in ngx_parse_inet6_url()
596 u->resolved->no_port = url.no_port; in ngx_http_scgi_eval()
1062 u->resolved->port = (in_port_t) (url.no_port ? port : url.port); in ngx_http_proxy_eval()1063 u->resolved->no_port = url.no_port; in ngx_http_proxy_eval()4371 if (u->no_port || u->port == u->default_port) { in ngx_http_proxy_set_vars()
799 u->resolved->no_port = url.no_port; in ngx_http_uwsgi_eval()
800 u->resolved->no_port = url.no_port; in ngx_http_fastcgi_eval()
4584 if (u.no_port) { in ngx_http_grpc_pass()