Searched defs:vr (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dmod_ext_filter.c397 void *vr; local
401 apr_pool_userdata_get(&vr, ERRFN_USERDATA_KEY, pool);
402 r = vr;
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c688 static int fix_auth_header(void *vr, const char *key, const char *val) argument
690 request_rec *r = vr;
/httpd/modules/generators/
H A Dmod_cgid.c589 void *vr; local
591 apr_pool_userdata_get(&vr, ERRFN_USERDATA_KEY, pool);
592 r = vr;

Completed in 1592 milliseconds