Searched refs:ngx_http_perl_run_requires (Results 1 – 1 of 1) sorted by relevance
43 static ngx_int_t ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires,506 if (ngx_http_perl_run_requires(aTHX_ pmcf->requires, cf->log) in ngx_http_perl_init_interpreter()622 if (ngx_http_perl_run_requires(aTHX_ pmcf->requires, cf->log) != NGX_OK) { in ngx_http_perl_create_interpreter()641 ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires, ngx_log_t *log) in ngx_http_perl_run_requires() function