Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgwin32file-sync-stream.c40 … ULONG *output_bytes_read);
55 … ULARGE_INTEGER *output_bytes_read,
126 ULONG *output_bytes_read) in _file_sync_stream_read() argument
137 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() argument
275 if (output_bytes_read) in _file_sync_stream_copy_to()
276 output_bytes_read->QuadPart = read_counter.QuadPart; in _file_sync_stream_copy_to()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc152 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()
Dframe_handler.h59 size_t output_bytes_read; member