Searched refs:off_in (Results 1 – 1 of 1) sorted by relevance
1219 PHP_ZEND_TEST_API ssize_t copy_file_range(int fd_in, off64_t *off_in, int fd_out, off64_t *off_out,… in copy_file_range() argument1225 return original_copy_file_range(fd_in, off_in, fd_out, off_out, len, flags); in copy_file_range()
Completed in 48 milliseconds