Searched refs:other_side (Results 1 – 1 of 1) sorted by relevance
64 struct inproc_transport* other_side; member88 struct inproc_stream* other_side; member278 inproc_transport* st = t->other_side; in init_stream()280 s->other_side = nullptr; // will get filled in soon in init_stream()290 s->other_side = cs; in init_stream()297 cs->other_side = s; in init_stream()353 if (s->other_side != nullptr) { in close_other_side_locked()358 unref_stream(s->other_side, reason); in close_other_side_locked()360 s->other_side = nullptr; in close_other_side_locked()409 inproc_stream* other = s->other_side; in fail_helper_locked()[all …]