Home | History | Annotate | Download | only in openssh

Lines Matching refs:old_alloc

972 	u_int i, old_alloc, new_alloc;
991 old_alloc = sockets_alloc;
994 for (i = old_alloc; i < new_alloc; i++)
997 sockets[old_alloc].fd = fd;
998 if ((sockets[old_alloc].input = sshbuf_new()) == NULL)
1000 if ((sockets[old_alloc].output = sshbuf_new()) == NULL)
1002 if ((sockets[old_alloc].request = sshbuf_new()) == NULL)
1004 sockets[old_alloc].type = type;