Searched refs:old_alloc (Results 1 – 1 of 1) sorted by relevance
1935 u_int i, old_alloc, new_alloc; in new_socket() local1958 old_alloc = sockets_alloc; in new_socket()1960 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()1962 for (i = old_alloc; i < new_alloc; i++) in new_socket()1965 sockets[old_alloc].fd = fd; in new_socket()1966 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()1967 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()1968 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()1970 sockets[old_alloc].type = type; in new_socket()