Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h800 #define GRPC_CHTTP2_STREAM_REF(stream, reason) \ macro
807 #define GRPC_CHTTP2_STREAM_REF(stream, reason) grpc_chttp2_stream_ref(stream) macro
Dwriting.cc545 GRPC_CHTTP2_STREAM_REF(s_, "chttp2_writing:fork"); in FlushData()
Dchttp2_transport.cc605 GRPC_CHTTP2_STREAM_REF(s, "chttp2"); in Reffer()
909 GRPC_CHTTP2_STREAM_REF(s, "chttp2_writing:become"); in grpc_chttp2_mark_stream_writable()
1609 GRPC_CHTTP2_STREAM_REF(s, "perform_stream_op"); in perform_stream_op()
Dhpack_parser.cc1746 GRPC_CHTTP2_STREAM_REF(s, "final_rst"); in grpc_chttp2_header_parser_parse()