Searched refs:x11_chanids (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsession.h56 int *x11_chanids; member in struct:Session
H A Dsession.c1876 sessions[id].x11_chanids = NULL;
1999 if (s->x11_chanids == NULL || !s->used)
2001 for (j = 0; s->x11_chanids[j] != -1; j++) {
2002 if (s->x11_chanids[j] == id) {
2407 for (i = 0; s->x11_chanids[i] != -1; i++) {
2409 "closing channel %d", s->self, s->x11_chanids[i]);
2414 if (s->x11_chanids[i] != id)
2415 session_close_x11(s->x11_chanids[i]);
2417 xfree(s->x11_chanids);
2418 s->x11_chanids
[all...]

Completed in 462 milliseconds