smcf 381 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_main_conf_t *smcf; smcf 610 http/modules/ngx_http_ssi_filter_module.c smcf = ngx_http_get_module_main_conf(r, smcf 613 http/modules/ngx_http_ssi_filter_module.c cmd = ngx_hash_find(&smcf->hash, ctx->key, ctx->command.data, smcf 2654 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_main_conf_t *smcf; smcf 2666 http/modules/ngx_http_ssi_filter_module.c smcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_ssi_filter_module); smcf 2669 http/modules/ngx_http_ssi_filter_module.c rc = ngx_hash_add_key(&smcf->commands, &cmd->name, cmd, smcf 2691 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_main_conf_t *smcf; smcf 2693 http/modules/ngx_http_ssi_filter_module.c smcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_ssi_main_conf_t)); smcf 2694 http/modules/ngx_http_ssi_filter_module.c if (smcf == NULL) { smcf 2698 http/modules/ngx_http_ssi_filter_module.c smcf->commands.pool = cf->pool; smcf 2699 http/modules/ngx_http_ssi_filter_module.c smcf->commands.temp_pool = cf->temp_pool; smcf 2701 http/modules/ngx_http_ssi_filter_module.c if (ngx_hash_keys_array_init(&smcf->commands, NGX_HASH_SMALL) != NGX_OK) { smcf 2705 http/modules/ngx_http_ssi_filter_module.c return smcf; smcf 2712 http/modules/ngx_http_ssi_filter_module.c ngx_http_ssi_main_conf_t *smcf = conf; smcf 2716 http/modules/ngx_http_ssi_filter_module.c hash.hash = &smcf->hash; smcf 2724 http/modules/ngx_http_ssi_filter_module.c if (ngx_hash_init(&hash, smcf->commands.keys.elts, smcf 2725 http/modules/ngx_http_ssi_filter_module.c smcf->commands.keys.nelts) smcf 849 http/modules/perl/ngx_http_perl_module.c ngx_http_ssi_main_conf_t *smcf; smcf 851 http/modules/perl/ngx_http_perl_module.c smcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_ssi_filter_module); smcf 853 http/modules/perl/ngx_http_perl_module.c rc = ngx_hash_add_key(&smcf->commands, &ngx_http_perl_ssi_command.name,