Searched refs:mconf (Results 1 – 7 of 7) sorted by relevance
305 void *mconf; in ngx_stream_upstream() local361 mconf = module->create_srv_conf(cf); in ngx_stream_upstream()362 if (mconf == NULL) { in ngx_stream_upstream()366 ctx->srv_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_stream_upstream()
515 void *mconf; in ngx_stream_core_server() local547 mconf = module->create_srv_conf(cf); in ngx_stream_core_server()548 if (mconf == NULL) { in ngx_stream_core_server()552 ctx->srv_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_stream_core_server()
236 void *mconf; in ngx_mail_core_server() local267 mconf = module->create_srv_conf(cf); in ngx_mail_core_server()268 if (mconf == NULL) { in ngx_mail_core_server()272 ctx->srv_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_mail_core_server()
530 void *mconf; in ngx_http_rewrite_if() local564 mconf = module->create_loc_conf(cf); in ngx_http_rewrite_if()565 if (mconf == NULL) { in ngx_http_rewrite_if()569 ctx->loc_conf[cf->cycle->modules[i]->ctx_index] = mconf; in ngx_http_rewrite_if()
2726 void *mconf; in ngx_http_core_server() local2768 mconf = module->create_srv_conf(cf); in ngx_http_core_server()2769 if (mconf == NULL) { in ngx_http_core_server()2773 ctx->srv_conf[cf->cycle->modules[i]->ctx_index] = mconf; in ngx_http_core_server()2777 mconf = module->create_loc_conf(cf); in ngx_http_core_server()2778 if (mconf == NULL) { in ngx_http_core_server()2782 ctx->loc_conf[cf->cycle->modules[i]->ctx_index] = mconf; in ngx_http_core_server()4369 void *mconf; in ngx_http_core_limit_except() local4430 mconf = module->create_loc_conf(cf); in ngx_http_core_limit_except()4431 if (mconf == NULL) { in ngx_http_core_limit_except()[all …]
5699 void *mconf; in ngx_http_upstream() local5762 mconf = module->create_srv_conf(cf); in ngx_http_upstream()5763 if (mconf == NULL) { in ngx_http_upstream()5767 ctx->srv_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_http_upstream()5771 mconf = module->create_loc_conf(cf); in ngx_http_upstream()5772 if (mconf == NULL) { in ngx_http_upstream()5776 ctx->loc_conf[cf->cycle->modules[m]->ctx_index] = mconf; in ngx_http_upstream()
2955 const struct ieee80211_meshconf_ie *mconf = in printmeshconf() local2958 if (mconf->conf_pselid == IEEE80211_MESHCONF_PATH_HWMP) in printmeshconf()2963 if (mconf->conf_pmetid == IEEE80211_MESHCONF_METRIC_AIRTIME) in printmeshconf()2968 if (mconf->conf_ccid == IEEE80211_MESHCONF_CC_DISABLED) in printmeshconf()2973 if (mconf->conf_syncid == IEEE80211_MESHCONF_SYNC_NEIGHOFF) in printmeshconf()2978 if (mconf->conf_authid == IEEE80211_MESHCONF_AUTH_DISABLED) in printmeshconf()2982 printf(" FORM:0x%x CAPS:0x%x>", mconf->conf_form, in printmeshconf()2983 mconf->conf_cap); in printmeshconf()