Searched refs:apache_request_read_string_slot (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/sapi/apache_hooks/ |
H A D | php_apache.c | 182 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() 370 …apache_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 11 milliseconds