Home
last modified time | relevance | path

Searched refs:create_srv_conf (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h31 void *(*create_srv_conf)(ngx_conf_t *cf); member
H A Dngx_http.c201 if (module->create_srv_conf) { in ngx_http_block()
202 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_http_block()
H A Dngx_http_core_module.c2767 if (module->create_srv_conf) { in ngx_http_core_server()
2768 mconf = module->create_srv_conf(cf); in ngx_http_core_server()
H A Dngx_http_upstream.c5761 if (module->create_srv_conf) { in ngx_http_upstream()
5762 mconf = module->create_srv_conf(cf); in ngx_http_upstream()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c136 if (module->create_srv_conf) { in ngx_mail_block()
137 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_mail_block()
H A Dngx_mail_core_module.c266 if (module->create_srv_conf) { in ngx_mail_core_server()
267 mconf = module->create_srv_conf(cf); in ngx_mail_core_server()
H A Dngx_mail.h342 void *(*create_srv_conf)(ngx_conf_t *cf); member
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h243 void *(*create_srv_conf)(ngx_conf_t *cf); member
H A Dngx_stream_upstream.c360 if (module->create_srv_conf) { in ngx_stream_upstream()
361 mconf = module->create_srv_conf(cf); in ngx_stream_upstream()
H A Dngx_stream.c144 if (module->create_srv_conf) { in ngx_stream_block()
145 ctx->srv_conf[mi] = module->create_srv_conf(cf); in ngx_stream_block()
H A Dngx_stream_core_module.c546 if (module->create_srv_conf) { in ngx_stream_core_server()
547 mconf = module->create_srv_conf(cf); in ngx_stream_core_server()