Searched refs:output_bytes_read (Results 1 – 3 of 3) sorted by relevance
40 … ULONG *output_bytes_read);55 … ULARGE_INTEGER *output_bytes_read,126 ULONG *output_bytes_read) in _file_sync_stream_read() argument137 if (output_bytes_read) in _file_sync_stream_read()138 *output_bytes_read = bytes_read; in _file_sync_stream_read()222 ULARGE_INTEGER *output_bytes_read, in _file_sync_stream_copy_to() argument275 if (output_bytes_read) in _file_sync_stream_copy_to()276 output_bytes_read->QuadPart = read_counter.QuadPart; in _file_sync_stream_copy_to()
152 reader->output_bytes_read = 0; in alts_reset_frame_reader()207 reader->output_bytes_read += bytes_to_write; in alts_read_frame_bytes()213 return reader->output_bytes_read; in alts_get_output_bytes_read()
59 size_t output_bytes_read; member