Home
last modified time | relevance | path

Searched refs:apache_request_read_string_slot (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c182 static void apache_request_read_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_string_slot() function
337 apache_request_read_string_slot(offsetof(request_rec, boundary), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
370apache_request_read_string_slot(offsetof(request_rec, the_request), INTERNAL_FUNCTION_PARAM_PASSTH… in PHP_FUNCTION()
378 apache_request_read_string_slot(offsetof(request_rec, protocol), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
386 apache_request_read_string_slot(offsetof(request_rec, hostname), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
402 apache_request_read_string_slot(offsetof(request_rec, method), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()

Completed in 12 milliseconds