Searched refs:NGX_HTTP_UPSTREAM_CREATE (Results 1 – 6 of 6) sorted by relevance
270 uscf->flags = NGX_HTTP_UPSTREAM_CREATE in ngx_http_upstream_ip_hash()
305 uscf->flags = NGX_HTTP_UPSTREAM_CREATE in ngx_http_upstream_least_conn()
469 uscf->flags = NGX_HTTP_UPSTREAM_CREATE in ngx_http_upstream_random()
666 uscf->flags = NGX_HTTP_UPSTREAM_CREATE in ngx_http_upstream_hash()
112 #define NGX_HTTP_UPSTREAM_CREATE 0x0001 macro
5715 uscf = ngx_http_upstream_add(cf, &u, NGX_HTTP_UPSTREAM_CREATE in ngx_http_upstream()5976 if (!(flags & NGX_HTTP_UPSTREAM_CREATE)) { in ngx_http_upstream_add()6001 if ((flags & NGX_HTTP_UPSTREAM_CREATE) in ngx_http_upstream_add()6002 && (uscfp[i]->flags & NGX_HTTP_UPSTREAM_CREATE)) in ngx_http_upstream_add()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()6030 if (flags & NGX_HTTP_UPSTREAM_CREATE) { in ngx_http_upstream_add()