ilcf              108 http/modules/ngx_http_index_module.c     ngx_http_index_loc_conf_t    *ilcf;
ilcf              119 http/modules/ngx_http_index_module.c     ilcf = ngx_http_get_module_loc_conf(r, ngx_http_index_module);
ilcf              129 http/modules/ngx_http_index_module.c     index = ilcf->indices->elts;
ilcf              130 http/modules/ngx_http_index_module.c     for (i = 0; i < ilcf->indices->nelts; i++) {
ilcf              138 http/modules/ngx_http_index_module.c             reserve = ilcf->max_index_len;
ilcf              441 http/modules/ngx_http_index_module.c     ngx_http_index_loc_conf_t *ilcf = conf;
ilcf              448 http/modules/ngx_http_index_module.c     if (ilcf->indices == NULL) {
ilcf              449 http/modules/ngx_http_index_module.c         ilcf->indices = ngx_array_create(cf->pool, 2, sizeof(ngx_http_index_t));
ilcf              450 http/modules/ngx_http_index_module.c         if (ilcf->indices == NULL) {
ilcf              472 http/modules/ngx_http_index_module.c         index = ngx_array_push(ilcf->indices);
ilcf              485 http/modules/ngx_http_index_module.c             if (ilcf->max_index_len < index->name.len) {
ilcf              486 http/modules/ngx_http_index_module.c                 ilcf->max_index_len = index->name.len;