Searched refs:src_fd (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/main/streams/ |
H A D | streams.c | 1593 int src_fd, dest_fd, dest_open_flags = 0; in _php_stream_copy_to_stream_ex() local 1599 if (php_stream_cast(src, PHP_STREAM_AS_FD, (void*)&src_fd, 0) == SUCCESS && in _php_stream_copy_to_stream_ex() 1612 ssize_t result = copy_file_range(src_fd, NULL, dest_fd, NULL, cfr_max, 0); in _php_stream_copy_to_stream_ex()
|
Completed in 9 milliseconds