Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h228 grpc_stream_ref(&(call_stack)->refcount, reason)
232 grpc_stream_ref(&(channel_stack)->refcount, reason)
237 grpc_stream_ref(&(call_stack)->refcount)
241 grpc_stream_ref(&(channel_stack)->refcount)
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc40 void grpc_stream_ref(grpc_stream_refcount* refcount, const char* reason) { function
48 void grpc_stream_ref(grpc_stream_refcount* refcount) {
87 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(p), "slice");
89 grpc_stream_ref(STREAM_REF_FROM_SLICE_REF(p));
Dtransport.h66 void grpc_stream_ref(grpc_stream_refcount* refcount, const char* reason);
73 void grpc_stream_ref(grpc_stream_refcount* refcount);
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc148 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason)
151 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
/external/grpc-grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc206 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref()
215 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc652 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref()
659 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()