Searched refs:old_alloc (Results 1 – 2 of 2) sorted by relevance
1899 u_int i, old_alloc, new_alloc; in new_socket() local1918 old_alloc = sockets_alloc; in new_socket()1920 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()1922 for (i = old_alloc; i < new_alloc; i++) in new_socket()1925 sockets[old_alloc].fd = fd; in new_socket()1926 if ((sockets[old_alloc].input = sshbuf_new()) == NULL || in new_socket()1927 (sockets[old_alloc].output = sshbuf_new()) == NULL || in new_socket()1928 (sockets[old_alloc].request = sshbuf_new()) == NULL) in new_socket()1930 sockets[old_alloc].type = type; in new_socket()
173 SV ** const old_alloc = *allocp; in Perl_av_extend_guts() local175 Copy(old_alloc, *allocp, *maxp + 1, SV*); in Perl_av_extend_guts()176 Safefree(old_alloc); in Perl_av_extend_guts()