Searched refs:apache_request_read_int_slot (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/sapi/apache_hooks/ |
H A D | php_apache.c | 238 static void apache_request_read_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_int_slot() function 415 apache_request_read_int_slot(offsetof(request_rec, proto_num), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 423 …apache_request_read_int_slot(offsetof(request_rec, assbackwards), INTERNAL_FUNCTION_PARAM_PASSTHRU… in PHP_FUNCTION() 440 apache_request_read_int_slot(offsetof(request_rec, chunked), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 449 apache_request_read_int_slot(offsetof(request_rec, header_only), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 457 …apache_request_read_int_slot(offsetof(request_rec, request_time), INTERNAL_FUNCTION_PARAM_PASSTHRU… in PHP_FUNCTION() 473 …apache_request_read_int_slot(offsetof(request_rec, method_number), INTERNAL_FUNCTION_PARAM_PASSTHR… in PHP_FUNCTION() 489 apache_request_read_int_slot(offsetof(request_rec, bytes_sent), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 497 apache_request_read_int_slot(offsetof(request_rec, mtime), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 514 apache_request_read_int_slot(offsetof(request_rec, clength), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() [all …]
|
Completed in 10 milliseconds