Searched refs:p_offset_dst (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | posixmodule.c | 10576 off_t *p_offset_dst = NULL; in os_copy_file_range_impl() local 10600 p_offset_dst = &offset_dst_val; in os_copy_file_range_impl() 10605 ret = copy_file_range(src, p_offset_src, dst, p_offset_dst, count, flags); in os_copy_file_range_impl() 10649 off_t *p_offset_dst = NULL; in os_splice_impl() local 10669 p_offset_dst = &offset_dst_val; in os_splice_impl() 10674 ret = splice(src, p_offset_src, dst, p_offset_dst, count, flags); in os_splice_impl()
|
Completed in 16 milliseconds