Searched refs:smcf (Results 1 – 3 of 3) sorted by relevance
402 ngx_http_ssi_main_conf_t *smcf; in ngx_http_ssi_body_filter() local631 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() local2823 ngx_http_ssi_main_conf_t *smcf; in ngx_http_ssi_create_main_conf() local2826 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() local2848 hash.hash = &smcf->hash; in ngx_http_ssi_init_main_conf()[all …]
484 ngx_http_scgi_main_conf_t *smcf; in ngx_http_scgi_handler() local514 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()
857 ngx_http_ssi_main_conf_t *smcf; in ngx_http_perl_preconfiguration() local859 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()