merge_srv_conf    582 http/ngx_http.c         if (module->merge_srv_conf) {
merge_srv_conf    583 http/ngx_http.c             rv = module->merge_srv_conf(cf, saved.srv_conf[ctx_index],
merge_srv_conf     31 http/ngx_http_config.h     char       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev, void *conf);
merge_srv_conf    207 mail/ngx_mail.c             if (module->merge_srv_conf) {
merge_srv_conf    208 mail/ngx_mail.c                 rv = module->merge_srv_conf(cf,
merge_srv_conf    334 mail/ngx_mail.h     char                       *(*merge_srv_conf)(ngx_conf_t *cf, void *prev,