Searched refs:inproc_stream (Results 1 – 1 of 1) sorted by relevance
65 struct inproc_stream* stream_list;68 typedef struct inproc_stream { struct88 struct inproc_stream* other_side; argument119 struct inproc_stream* stream_list_prev; argument120 struct inproc_stream* stream_list_next; argument121 } inproc_stream; typedef123 static bool cancel_stream_locked(inproc_stream* s, grpc_error* error);155 static void ref_stream(inproc_stream* s, const char* reason) { in ref_stream()160 static void unref_stream(inproc_stream* s, const char* reason) { in unref_stream()165 static void really_destroy_stream(inproc_stream* s) { in really_destroy_stream()[all …]