Searched refs:grpc_chttp2_unref_transport (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | internal.h | 758 grpc_chttp2_unref_transport(t, r, __FILE__, __LINE__) 759 void grpc_chttp2_unref_transport(grpc_chttp2_transport* t, const char* reason, 765 #define GRPC_CHTTP2_UNREF_TRANSPORT(t, r) grpc_chttp2_unref_transport(t) 766 void grpc_chttp2_unref_transport(grpc_chttp2_transport* t);
|
D | chttp2_transport.cc | 202 void grpc_chttp2_unref_transport(grpc_chttp2_transport* t, const char* reason, in grpc_chttp2_unref_transport() function 223 void grpc_chttp2_unref_transport(grpc_chttp2_transport* t) { in grpc_chttp2_unref_transport() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | internal.h | 818 grpc_chttp2_unref_transport(t, r, __FILE__, __LINE__) 819 inline void grpc_chttp2_unref_transport(grpc_chttp2_transport* t, in grpc_chttp2_unref_transport() function 833 #define GRPC_CHTTP2_UNREF_TRANSPORT(t, r) grpc_chttp2_unref_transport(t) 834 inline void grpc_chttp2_unref_transport(grpc_chttp2_transport* t) { in grpc_chttp2_unref_transport() function
|