Searched refs:old_alloc (Results 1 – 1 of 1) sorted by relevance
1904 u_int i, old_alloc, new_alloc; in new_socket() local1927 old_alloc = sockets_alloc; in new_socket()1929 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()1931 for (i = old_alloc; i < new_alloc; i++) in new_socket()1934 sockets[old_alloc].fd = fd; in new_socket()1935 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()1936 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()1937 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()1939 sockets[old_alloc].type = type; in new_socket()