apache_request_string_slot  297 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, filename), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  305 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  313 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, unparsed_uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  321 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, path_info), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  329 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, args), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  346 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_type), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  354 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_encoding), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  362 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, handler), INTERNAL_FUNCTION_PARAM_PASSTHRU);
apache_request_string_slot  394 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, status_line), INTERNAL_FUNCTION_PARAM_PASSTHRU);