Home
last modified time | relevance | path

Searched refs:grpc_chttp2_perform_read (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h627 grpc_error_handle grpc_chttp2_perform_read(grpc_chttp2_transport* t,
Dparsing.cc191 grpc_error_handle grpc_chttp2_perform_read(grpc_chttp2_transport* t, in grpc_chttp2_perform_read() function
Dchttp2_transport.cc2582 errors[1] = grpc_chttp2_perform_read(t, t->read_buffer.slices[i]); in read_action_locked()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dinternal.h710 absl::variant<size_t, absl::Status> grpc_chttp2_perform_read(
H A Dparsing.cc209 absl::variant<size_t, absl::Status> grpc_chttp2_perform_read( in grpc_chttp2_perform_read() function
H A Dchttp2_transport.cc2649 auto r = grpc_chttp2_perform_read(t.get(), t->read_buffer.slices[i], in read_action_parse_loop_locked()