commands          302 core/ngx_conf_file.c         cmd = ngx_modules[i]->commands;
commands          122 core/ngx_conf_file.h     ngx_command_t        *commands;
commands         2669 http/modules/ngx_http_ssi_filter_module.c         rc = ngx_hash_add_key(&smcf->commands, &cmd->name, cmd,
commands         2698 http/modules/ngx_http_ssi_filter_module.c     smcf->commands.pool = cf->pool;
commands         2699 http/modules/ngx_http_ssi_filter_module.c     smcf->commands.temp_pool = cf->temp_pool;
commands         2701 http/modules/ngx_http_ssi_filter_module.c     if (ngx_hash_keys_array_init(&smcf->commands, NGX_HASH_SMALL) != NGX_OK) {
commands         2724 http/modules/ngx_http_ssi_filter_module.c     if (ngx_hash_init(&hash, smcf->commands.keys.elts,
commands         2725 http/modules/ngx_http_ssi_filter_module.c                       smcf->commands.keys.nelts)
commands           34 http/modules/ngx_http_ssi_filter_module.h     ngx_hash_keys_arrays_t    commands;
commands          853 http/modules/perl/ngx_http_perl_module.c     rc = ngx_hash_add_key(&smcf->commands, &ngx_http_perl_ssi_command.name,