Searched defs:inproc_stream (Results 1 – 1 of 1) sorted by relevance
68 typedef struct inproc_stream { struct88 struct inproc_stream* other_side; argument89 bool other_side_closed; // won't talk anymore90 bool write_buffer_other_side_closed; // on hold91 grpc_stream_refcount* refs;92 grpc_closure* closure_at_destroy;94 gpr_arena* arena;119 struct inproc_stream* stream_list_prev; argument120 struct inproc_stream* stream_list_next; argument121 } inproc_stream; typedef