Searched refs:old_alloc (Results 1 – 1 of 1) sorted by relevance
1919 u_int i, old_alloc, new_alloc; in new_socket() local1942 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()