Lines Matching refs:rr
78 request_rec *rr; in PHP_FUNCTION() local
84 if (!(rr = php_apache_lookup_uri(filename))) { in PHP_FUNCTION()
89 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
91 ap_destroy_sub_req(rr); in PHP_FUNCTION()
101 ap_rflush(rr->main); in PHP_FUNCTION()
103 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
105 ap_destroy_sub_req(rr); in PHP_FUNCTION()
108 ap_destroy_sub_req(rr); in PHP_FUNCTION()
114 add_property_long(return_value, #name, rr->name)
116 add_property_long(return_value, #name, apr_time_sec(rr->name));
118 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
122 request_rec *rr; in PHP_FUNCTION() local
130 if (!(rr = php_apache_lookup_uri(filename))) { in PHP_FUNCTION()
135 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
164 ap_destroy_sub_req(rr); in PHP_FUNCTION()
169 ap_destroy_sub_req(rr); in PHP_FUNCTION()