nginx 16 src/http/modules/perl/ngx_http_perl_module.c HV *nginx; nginx 46 src/http/modules/perl/ngx_http_perl_module.c HV *nginx, SV *sub, SV **args, ngx_str_t *handler, ngx_str_t *rv); nginx 222 src/http/modules/perl/ngx_http_perl_module.c rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sub, NULL, handler, nginx 326 src/http/modules/perl/ngx_http_perl_module.c rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, pv->sub, NULL, nginx 434 src/http/modules/perl/ngx_http_perl_module.c rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sv, asv, handler, nginx 509 src/http/modules/perl/ngx_http_perl_module.c pmcf->nginx = nginx_stash; nginx 526 src/http/modules/perl/ngx_http_perl_module.c pmcf->nginx = nginx_stash; nginx 670 src/http/modules/perl/ngx_http_perl_module.c ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub, nginx 690 src/http/modules/perl/ngx_http_perl_module.c sv = sv_2mortal(sv_bless(newRV_noinc(newSViv(PTR2IV(r))), nginx));