Home
last modified time | relevance | path

Searched refs:smcf (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c402 ngx_http_ssi_main_conf_t *smcf; in ngx_http_ssi_body_filter() local
631 smcf = ngx_http_get_module_main_conf(r, in ngx_http_ssi_body_filter()
2786 ngx_http_ssi_main_conf_t *smcf; in ngx_http_ssi_preconfiguration() local
2823 ngx_http_ssi_main_conf_t *smcf; in ngx_http_ssi_create_main_conf() local
2826 if (smcf == NULL) { in ngx_http_ssi_create_main_conf()
2830 smcf->commands.pool = cf->pool; in ngx_http_ssi_create_main_conf()
2831 smcf->commands.temp_pool = cf->temp_pool; in ngx_http_ssi_create_main_conf()
2837 return smcf; in ngx_http_ssi_create_main_conf()
2844 ngx_http_ssi_main_conf_t *smcf = conf; in ngx_http_ssi_init_main_conf() local
2848 hash.hash = &smcf->hash; in ngx_http_ssi_init_main_conf()
[all …]
H A Dngx_http_scgi_module.c484 ngx_http_scgi_main_conf_t *smcf; in ngx_http_scgi_handler() local
514 smcf = ngx_http_get_module_main_conf(r, ngx_http_scgi_module); in ngx_http_scgi_handler()
516 u->caches = &smcf->caches; in ngx_http_scgi_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c857 ngx_http_ssi_main_conf_t *smcf; in ngx_http_perl_preconfiguration() local
859 smcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_ssi_filter_module); in ngx_http_perl_preconfiguration()
861 rc = ngx_hash_add_key(&smcf->commands, &ngx_http_perl_ssi_command.name, in ngx_http_perl_preconfiguration()