nginx              15 http/modules/perl/ngx_http_perl_module.c     HV                *nginx;
nginx              45 http/modules/perl/ngx_http_perl_module.c     HV *nginx, SV *sub, SV **args, ngx_str_t *handler, ngx_str_t *rv);
nginx             221 http/modules/perl/ngx_http_perl_module.c     rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sub, NULL, handler,
nginx             325 http/modules/perl/ngx_http_perl_module.c     rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, pv->sub, NULL,
nginx             433 http/modules/perl/ngx_http_perl_module.c     rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sv, asv, handler,
nginx             508 http/modules/perl/ngx_http_perl_module.c         pmcf->nginx = nginx_stash;
nginx             525 http/modules/perl/ngx_http_perl_module.c     pmcf->nginx = nginx_stash;
nginx             668 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_call_handler(pTHX_ ngx_http_request_t *r, HV *nginx, SV *sub,
nginx             688 http/modules/perl/ngx_http_perl_module.c     sv = sv_2mortal(sv_bless(newRV_noinc(newSViv(PTR2IV(r))), nginx));