Home
last modified time | relevance | path

Searched refs:mconf (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.c305 void *mconf; in ngx_stream_upstream() local
361 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()
H A Dngx_stream_core_module.c515 void *mconf; in ngx_stream_core_server() local
547 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()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c236 void *mconf; in ngx_mail_core_server() local
267 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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c530 void *mconf; in ngx_http_rewrite_if() local
564 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()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c2726 void *mconf; in ngx_http_core_server() local
2768 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() local
4430 mconf = module->create_loc_conf(cf); in ngx_http_core_limit_except()
4431 if (mconf == NULL) { in ngx_http_core_limit_except()
[all …]
H A Dngx_http_upstream.c5699 void *mconf; in ngx_http_upstream() local
5762 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()
/f-stack/tools/ifconfig/
H A Difieee80211.c2955 const struct ieee80211_meshconf_ie *mconf = in printmeshconf() local
2958 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()