asv 357 http/modules/perl/ngx_http_perl_module.c SV *sv, **asv; asv 416 http/modules/perl/ngx_http_perl_module.c asv = ngx_pcalloc(r->pool, (i + 1) * sizeof(SV *)); asv 418 http/modules/perl/ngx_http_perl_module.c if (asv == NULL) { asv 423 http/modules/perl/ngx_http_perl_module.c asv[0] = (SV *) i; asv 426 http/modules/perl/ngx_http_perl_module.c asv[i + 1] = newSVpvn((char *) args[i]->data, args[i]->len); asv 430 http/modules/perl/ngx_http_perl_module.c asv = NULL; asv 433 http/modules/perl/ngx_http_perl_module.c rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, sv, asv, handler,