Searched refs:merge_srv_conf (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_config.h | 32 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf); member
|
| H A D | ngx_http.c | 581 if (module->merge_srv_conf) { in ngx_http_merge_servers() 582 rv = module->merge_srv_conf(cf, saved.srv_conf[ctx_index], in ngx_http_merge_servers()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail.c | 191 if (module->merge_srv_conf) { in ngx_mail_block() 192 rv = module->merge_srv_conf(cf, in ngx_mail_block()
|
| H A D | ngx_mail.h | 343 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, member
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream.h | 244 char *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, member
|
| H A D | ngx_stream.c | 214 if (module->merge_srv_conf) { in ngx_stream_block() 215 rv = module->merge_srv_conf(cf, in ngx_stream_block()
|