mconf             519 http/modules/ngx_http_rewrite_module.c     void                         *mconf;
mconf             553 http/modules/ngx_http_rewrite_module.c             mconf = module->create_loc_conf(cf);
mconf             554 http/modules/ngx_http_rewrite_module.c             if (mconf == NULL) {
mconf             558 http/modules/ngx_http_rewrite_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
mconf            2441 http/ngx_http_core_module.c     void                        *mconf;
mconf            2481 http/ngx_http_core_module.c             mconf = module->create_srv_conf(cf);
mconf            2482 http/ngx_http_core_module.c             if (mconf == NULL) {
mconf            2486 http/ngx_http_core_module.c             ctx->srv_conf[ngx_modules[i]->ctx_index] = mconf;
mconf            2490 http/ngx_http_core_module.c             mconf = module->create_loc_conf(cf);
mconf            2491 http/ngx_http_core_module.c             if (mconf == NULL) {
mconf            2495 http/ngx_http_core_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
mconf            3877 http/ngx_http_core_module.c     void                      *mconf;
mconf            3938 http/ngx_http_core_module.c             mconf = module->create_loc_conf(cf);
mconf            3939 http/ngx_http_core_module.c             if (mconf == NULL) {
mconf            3943 http/ngx_http_core_module.c             ctx->loc_conf[ngx_modules[i]->ctx_index] = mconf;
mconf            3947 http/ngx_http_upstream.c     void                          *mconf;
mconf            4008 http/ngx_http_upstream.c             mconf = module->create_srv_conf(cf);
mconf            4009 http/ngx_http_upstream.c             if (mconf == NULL) {
mconf            4013 http/ngx_http_upstream.c             ctx->srv_conf[ngx_modules[m]->ctx_index] = mconf;
mconf            4017 http/ngx_http_upstream.c             mconf = module->create_loc_conf(cf);
mconf            4018 http/ngx_http_upstream.c             if (mconf == NULL) {
mconf            4022 http/ngx_http_upstream.c             ctx->loc_conf[ngx_modules[m]->ctx_index] = mconf;
mconf             208 mail/ngx_mail_core_module.c     void                       *mconf;
mconf             239 mail/ngx_mail_core_module.c             mconf = module->create_srv_conf(cf);
mconf             240 mail/ngx_mail_core_module.c             if (mconf == NULL) {
mconf             244 mail/ngx_mail_core_module.c             ctx->srv_conf[ngx_modules[m]->ctx_index] = mconf;