Lines Matching refs:sub_r
1161 request_rec *r, *sub_r; in PHP_FUNCTION() local
1168 sub_r = ap_sub_req_lookup_uri(file, r); in PHP_FUNCTION()
1170 if (!sub_r) { in PHP_FUNCTION()
1173 return_value = php_apache_request_new(sub_r); in PHP_FUNCTION()
1186 request_rec *r, *sub_r; in PHP_FUNCTION() local
1194 sub_r = ap_sub_req_lookup_file(file, r); in PHP_FUNCTION()
1196 if (!sub_r) { in PHP_FUNCTION()
1199 return_value = php_apache_request_new(sub_r); in PHP_FUNCTION()
1212 request_rec *r, *sub_r; in PHP_FUNCTION() local
1220 sub_r = ap_sub_req_method_uri(method, file, r); in PHP_FUNCTION()
1222 if (!sub_r) { in PHP_FUNCTION()
1225 return_value = php_apache_request_new(sub_r); in PHP_FUNCTION()