Home
last modified time | relevance | path

Searched refs:old_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dssh-agent.c794 u_int i, old_alloc, new_alloc; in new_socket() local
817 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()
/freebsd-12.1/contrib/libgnuregex/
H A Dregexec.c2916 int old_alloc = path->alloc; in check_arrival() local
2921 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()