newSVpvn          403 http/modules/perl/ngx_http_perl_module.c         sv = newSVpvn((char *) handler->data, handler->len);
newSVpvn          408 http/modules/perl/ngx_http_perl_module.c     sv = newSVpvn((char *) handler->data, handler->len);
newSVpvn          426 http/modules/perl/ngx_http_perl_module.c             asv[i + 1] = newSVpvn((char *) args[i]->data, args[i]->len);
newSVpvn          947 http/modules/perl/ngx_http_perl_module.c         plcf->sub = newSVpvn((char *) value[1].data, value[1].len);
newSVpvn         1018 http/modules/perl/ngx_http_perl_module.c         pv->sub = newSVpvn((char *) value[2].data, value[2].len);