HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_CHTTP2_STREAM_UNREF (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
writing.cc 615 GRPC_CHTTP2_STREAM_UNREF(s, "chttp2_writing:already_writing");
620 GRPC_CHTTP2_STREAM_UNREF(s, "chttp2_writing:no_write");
642 GRPC_CHTTP2_STREAM_UNREF(s, "chttp2_writing:end");
internal.h 742 #define GRPC_CHTTP2_STREAM_UNREF(stream, reason) \
743 grpc_chttp2_stream_unref(stream, reason)
745 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason);
748 #define GRPC_CHTTP2_STREAM_UNREF(stream, reason) \
749 grpc_chttp2_stream_unref(stream)
751 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s);
chttp2_transport.cc 638 GRPC_CHTTP2_STREAM_UNREF(s, "chttp2_writing:close");
654 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s, const char* reason) { function
661 void grpc_chttp2_stream_unref(grpc_chttp2_stream* s) { function
    [all...]
hpack_parser.cc     [all...]

Completed in 53 milliseconds