Searched refs:grpc_stream_ref (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 228 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/ |
D | transport.cc | 40 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));
|
D | transport.h | 66 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/ |
D | inproc_transport.cc | 148 #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/ |
D | cronet_transport.cc | 206 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/ |
D | chttp2_transport.cc | 652 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref() 659 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()
|