Home
last modified time | relevance | path

Searched refs:old_alloc (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dssh-agent.c1086 u_int i, old_alloc, new_alloc; in new_socket() local
1109 old_alloc = sockets_alloc; in new_socket()
1111 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
1113 for (i = old_alloc; i < new_alloc; i++) in new_socket()
1116 sockets[old_alloc].fd = fd; in new_socket()
1117 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()
1118 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()
1119 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()
1121 sockets[old_alloc].type = type; in new_socket()