Home
last modified time | relevance | path

Searched refs:ngx_stream_conf_ctx_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h40 } ngx_stream_conf_ctx_t; typedef
49 ngx_stream_conf_ctx_t *ctx;
73 ngx_stream_conf_ctx_t *ctx;
175 ngx_stream_conf_ctx_t *ctx;
256 #define NGX_STREAM_MAIN_CONF_OFFSET offsetof(ngx_stream_conf_ctx_t, main_conf)
257 #define NGX_STREAM_SRV_CONF_OFFSET offsetof(ngx_stream_conf_ctx_t, srv_conf)
271 ((ngx_stream_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
273 ((ngx_stream_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
277 ((ngx_stream_conf_ctx_t *) cycle->conf_ctx[ngx_stream_module.index]) \
H A Dngx_stream.c82 ngx_stream_conf_ctx_t *ctx; in ngx_stream_block()
86 if (*(ngx_stream_conf_ctx_t **) conf) { in ngx_stream_block()
92 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_stream_conf_ctx_t)); in ngx_stream_block()
97 *(ngx_stream_conf_ctx_t **) conf = ctx; in ngx_stream_block()
H A Dngx_stream_upstream.c311 ngx_stream_conf_ctx_t *ctx, *stream_ctx; in ngx_stream_upstream()
333 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_stream_conf_ctx_t)); in ngx_stream_upstream()
H A Dngx_stream_core_module.c519 ngx_stream_conf_ctx_t *ctx, *stream_ctx; in ngx_stream_core_server()
523 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_stream_conf_ctx_t)); in ngx_stream_core_server()