Searched refs:size_to_copy (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mms.c | 32 int size_to_copy; in ff_mms_read_header() local 34 size_to_copy = FFMIN(size, remaining_size); in ff_mms_read_header() 36 memcpy(buf, pos, size_to_copy); in ff_mms_read_header() 40 mms->asf_header_read_size += size_to_copy; in ff_mms_read_header() 41 return size_to_copy; in ff_mms_read_header()
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 440 std::size_t size_to_copy = max_send_size; in copy_file_data_sendfile() local 442 size_to_copy = static_cast< std::size_t >(size_left); in copy_file_data_sendfile() 443 ssize_t sz = ::sendfile(outfile, infile, NULL, size_to_copy); in copy_file_data_sendfile() 473 std::size_t size_to_copy = max_send_size; in copy_file_data_copy_file_range() local 475 size_to_copy = static_cast< std::size_t >(size_left); in copy_file_data_copy_file_range() 478 …(__NR_copy_file_range, infile, (loff_t*)NULL, outfile, (loff_t*)NULL, size_to_copy, (unsigned int)… in copy_file_data_copy_file_range()
|