Home
last modified time | relevance | path

Searched refs:offset_dst_val (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c10574 off_t offset_src_val, offset_dst_val; in os_copy_file_range_impl() local
10597 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) { in os_copy_file_range_impl()
10600 p_offset_dst = &offset_dst_val; in os_copy_file_range_impl()
10647 off_t offset_src_val, offset_dst_val; in os_splice_impl() local
10666 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) { in os_splice_impl()
10669 p_offset_dst = &offset_dst_val; in os_splice_impl()

Completed in 15 milliseconds