Searched refs:old_alloc (Results 1 – 2 of 2) sorted by relevance
794 u_int i, old_alloc, new_alloc; in new_socket() local817 old_alloc = sockets_alloc; in new_socket()820 for (i = old_alloc; i < new_alloc; i++) in new_socket()823 sockets[old_alloc].fd = fd; in new_socket()824 if ((sockets[old_alloc].input = sshbuf_new()) == NULL) in new_socket()826 if ((sockets[old_alloc].output = sshbuf_new()) == NULL) in new_socket()828 if ((sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()830 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()