Searched refs:channel_still_open (Results 1 – 4 of 4) sorted by relevance
209 int channel_still_open(void);
511 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()1167 if (compat20 && session_closed && !channel_still_open()) in client_loop()
630 if (!channel_still_open()) in server_loop()
441 channel_still_open(void) in channel_still_open() function