Lines Matching refs:rr
76 request_rec *rr; in PHP_FUNCTION() local
82 if (!(rr = php_apache_lookup_uri(filename TSRMLS_CC))) { in PHP_FUNCTION()
87 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
89 ap_destroy_sub_req(rr); in PHP_FUNCTION()
99 ap_rflush(rr->main); in PHP_FUNCTION()
101 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
103 ap_destroy_sub_req(rr); in PHP_FUNCTION()
106 ap_destroy_sub_req(rr); in PHP_FUNCTION()
112 add_property_long(return_value, #name, rr->name)
114 add_property_long(return_value, #name, apr_time_sec(rr->name));
116 if (rr->name) add_property_string(return_value, #name, (char *) rr->name, 1)
120 request_rec *rr; in PHP_FUNCTION() local
128 if (!(rr = php_apache_lookup_uri(filename TSRMLS_CC))) { in PHP_FUNCTION()
133 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
162 ap_destroy_sub_req(rr); in PHP_FUNCTION()
167 ap_destroy_sub_req(rr); in PHP_FUNCTION()