Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/
H A 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()
H A Dframe_handler.h59 size_t output_bytes_read; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/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