Searched refs:removal_error (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2099 static grpc_error* removal_error(grpc_error* extra_error, grpc_chttp2_stream* s, in removal_error() function 2131 removal_error(error, s, "Pending writes failed due to stream closure"); in grpc_chttp2_fail_pending_writes() 2156 grpc_error* overall_error = removal_error(error, s, "Stream removed"); in grpc_chttp2_mark_stream_closed() 2178 removal_error(GRPC_ERROR_REF(error), s, "Stream removed"); in grpc_chttp2_mark_stream_closed()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2127 static grpc_error* removal_error(grpc_error* extra_error, grpc_chttp2_stream* s, in removal_error() function 2159 removal_error(error, s, "Pending writes failed due to stream closure"); in grpc_chttp2_fail_pending_writes() 2202 removal_error(GRPC_ERROR_REF(error), s, "Stream removed"); in grpc_chttp2_mark_stream_closed()
|