Home
last modified time | relevance | path

Searched refs:bytes_from_buffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser.cc669 int64_t bytes_from_buffer = std::min(available, remaining_read_len); in DoReadBody() local
672 bytes_from_buffer); in DoReadBody()
673 read_buf_unused_offset_ += bytes_from_buffer; in DoReadBody()
676 (remaining_body == bytes_from_buffer) && in DoReadBody()
677 (available > bytes_from_buffer)) { in DoReadBody()
681 } else if (bytes_from_buffer == available) { in DoReadBody()
685 return bytes_from_buffer; in DoReadBody()
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Dxmp_writer.cc153 const int bytes_from_buffer = section_size - overhead; in CreateExtendedSections() local
167 data_stream.write(&buffer[position], bytes_from_buffer); in CreateExtendedSections()
168 position += bytes_from_buffer; in CreateExtendedSections()
/aosp_15_r20/external/python/cpython3/Modules/
D_testclinic.c613 bytes_from_buffer(Py_buffer *buf) in bytes_from_buffer() function
640 RETURN_PACKED_ARGS(2, bytes_from_buffer, Py_buffer *, a, b); in py_buffer_converter_impl()