Searched refs:rr (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/sapi/apache/ |
| H A D | php_apache.c | 351 request_rec *rr = NULL; local 357 if (!(rr = sub_req_lookup_uri (filename, ((request_rec *) SG(server_context))))) { 359 if (rr) 360 destroy_sub_req (rr); 364 if (rr->status != 200) { 366 if (rr) 367 destroy_sub_req (rr); 374 if (run_sub_req(rr)) { 376 if (rr) 377 destroy_sub_req (rr); 463 request_rec *rr=NULL; local [all...] |
| /PHP_5_4/sapi/apache2filter/ |
| H A D | php_functions.c | 64 request_rec *rr; local 70 if (!(rr = php_apache_lookup_uri(filename TSRMLS_CC))) { 75 if (rr->status == HTTP_OK) { 76 if (ap_run_sub_req(rr)) { 78 ap_destroy_sub_req(rr); 81 ap_destroy_sub_req(rr); 86 ap_destroy_sub_req(rr); 92 add_property_long(return_value, #name, rr->name) 94 add_property_long(return_value, #name, apr_time_sec(rr->name)); 96 if (rr 100 request_rec *rr; local [all...] |
| /PHP_5_4/sapi/apache2handler/ |
| H A D | php_functions.c | 76 request_rec *rr; local 82 if (!(rr = php_apache_lookup_uri(filename TSRMLS_CC))) { 87 if (rr->status != HTTP_OK) { 89 ap_destroy_sub_req(rr); 99 ap_rflush(rr->main); 101 if (ap_run_sub_req(rr)) { 103 ap_destroy_sub_req(rr); 106 ap_destroy_sub_req(rr); 112 add_property_long(return_value, #name, rr->name) 114 add_property_long(return_value, #name, apr_time_sec(rr 120 request_rec *rr; local [all...] |
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 1717 request_rec *rr = NULL; local 1723 if (!(rr = sub_req_lookup_uri (filename, ((request_rec *) SG(server_context))))) { 1725 if (rr) 1726 destroy_sub_req (rr); 1730 if (rr->status != 200) { 1732 if (rr) 1733 destroy_sub_req (rr); 1740 if (run_sub_req(rr)) { 1742 if (rr) 1743 destroy_sub_req (rr); 1838 request_rec *rr=NULL; local [all...] |
Completed in 7 milliseconds