apache_request_string_slot  280 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, filename), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  288 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  296 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, unparsed_uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  304 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, path_info), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  312 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, args), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  329 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_type), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  337 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_encoding), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  345 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, handler), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  377 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, status_line), INTERNAL_FUNCTION_PARAM_PASSTHRU);