modules 16 http/modules/perl/ngx_http_perl_module.c ngx_array_t *modules; modules 71 http/modules/perl/ngx_http_perl_module.c offsetof(ngx_http_perl_main_conf_t, modules), modules 468 http/modules/perl/ngx_http_perl_module.c if (pmcf->modules == NGX_CONF_UNSET_PTR) { modules 470 http/modules/perl/ngx_http_perl_module.c pmcf->modules = ngx_array_create(cf->pool, 1, sizeof(ngx_str_t)); modules 471 http/modules/perl/ngx_http_perl_module.c if (pmcf->modules == NULL) { modules 475 http/modules/perl/ngx_http_perl_module.c m = ngx_array_push(pmcf->modules); modules 484 http/modules/perl/ngx_http_perl_module.c if (pmcf->modules != NGX_CONF_UNSET_PTR) { modules 485 http/modules/perl/ngx_http_perl_module.c m = pmcf->modules->elts; modules 486 http/modules/perl/ngx_http_perl_module.c for (i = 0; i < pmcf->modules->nelts; i++) { modules 577 http/modules/perl/ngx_http_perl_module.c n = (pmcf->modules != NGX_CONF_UNSET_PTR) ? pmcf->modules->nelts * 2 : 0; modules 587 http/modules/perl/ngx_http_perl_module.c m = pmcf->modules->elts; modules 588 http/modules/perl/ngx_http_perl_module.c for (i = 0; i < pmcf->modules->nelts; i++) { modules 799 http/modules/perl/ngx_http_perl_module.c pmcf->modules = NGX_CONF_UNSET_PTR;