Home
last modified time | relevance | path

Searched refs:NGX_STREAM_UPSTREAM_CREATE (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.c321 uscf = ngx_stream_upstream_add(cf, &u, NGX_STREAM_UPSTREAM_CREATE in ngx_stream_upstream()
571 if (!(flags & NGX_STREAM_UPSTREAM_CREATE)) { in ngx_stream_upstream_add()
596 if ((flags & NGX_STREAM_UPSTREAM_CREATE) in ngx_stream_upstream_add()
597 && (uscfp[i]->flags & NGX_STREAM_UPSTREAM_CREATE)) in ngx_stream_upstream_add()
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()
623 if (flags & NGX_STREAM_UPSTREAM_CREATE) { in ngx_stream_upstream_add()
H A Dngx_stream_upstream.h18 #define NGX_STREAM_UPSTREAM_CREATE 0x0001 macro
H A Dngx_stream_upstream_least_conn_module.c301 uscf->flags = NGX_STREAM_UPSTREAM_CREATE in ngx_stream_upstream_least_conn()
H A Dngx_stream_upstream_random_module.c469 uscf->flags = NGX_STREAM_UPSTREAM_CREATE in ngx_stream_upstream_random()
H A Dngx_stream_upstream_hash_module.c665 uscf->flags = NGX_STREAM_UPSTREAM_CREATE in ngx_stream_upstream_hash()