Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dssh-agent.c1919 u_int i, old_alloc, new_alloc; in new_socket() local
1942 old_alloc = sockets_alloc; in new_socket()
1944 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
1946 for (i = old_alloc; i < new_alloc; i++) in new_socket()
1949 sockets[old_alloc].fd = fd; in new_socket()
1950 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()
1951 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()
1952 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()
1954 sockets[old_alloc].type = type; in new_socket()