Searched refs:old_alloc (Results 1 – 2 of 2) sorted by relevance
1734 u_int i, old_alloc, new_alloc; in new_socket() local1757 old_alloc = sockets_alloc; in new_socket()1759 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()1761 for (i = old_alloc; i < new_alloc; i++) in new_socket()1764 sockets[old_alloc].fd = fd; in new_socket()1765 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()1766 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()1767 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()1769 sockets[old_alloc].type = type; in new_socket()
2916 int old_alloc = path->alloc; in check_arrival() local2921 path->alloc = old_alloc; in check_arrival()2925 memset (new_array + old_alloc, '\0', in check_arrival()2926 sizeof (re_dfastate_t *) * (path->alloc - old_alloc)); in check_arrival()