pv 295 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_variable_t *pv = (ngx_http_perl_variable_t *) data; pv 325 http/modules/perl/ngx_http_perl_module.c rc = ngx_http_perl_call_handler(aTHX_ r, pmcf->nginx, pv->sub, NULL, pv 326 http/modules/perl/ngx_http_perl_module.c &pv->handler, &value); pv 965 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_variable_t *pv; pv 984 http/modules/perl/ngx_http_perl_module.c pv = ngx_palloc(cf->pool, sizeof(ngx_http_perl_variable_t)); pv 985 http/modules/perl/ngx_http_perl_module.c if (pv == NULL) { pv 1002 http/modules/perl/ngx_http_perl_module.c pv->handler = value[2]; pv 1009 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_eval_anon_sub(aTHX_ &value[2], &pv->sub); pv 1011 http/modules/perl/ngx_http_perl_module.c if (pv->sub == &PL_sv_undef) { pv 1017 http/modules/perl/ngx_http_perl_module.c if (pv->sub == NULL) { pv 1018 http/modules/perl/ngx_http_perl_module.c pv->sub = newSVpvn((char *) value[2].data, value[2].len); pv 1024 http/modules/perl/ngx_http_perl_module.c v->data = (uintptr_t) pv; pv 111 http/ngx_http_script.c ngx_array_t flushes, lengths, values, *pf, *pl, *pv; pv 183 http/ngx_http_script.c pv = &values; pv 191 http/ngx_http_script.c sc.values = &pv;