Searched refs:oldlocrecarray (Results 1 – 1 of 1) sorted by relevance
475 struct oldlocrecent oldlocrecarray[GET (head->namehash_size)]; in enlarge_archive() local479 oldlocrecarray[loccnt].cnt = cnt; in enlarge_archive()480 oldlocrecarray[loccnt++].locrec in enlarge_archive()484 qsort (oldlocrecarray, loccnt, sizeof (struct oldlocrecent), in enlarge_archive()493 struct locrecent *oldlocrec = oldlocrecarray[cnt].locrec; in enlarge_archive()506 if (cnt > 0 && oldlocrecarray[cnt - 1].locrec == oldlocrec) in enlarge_archive()510 + GET (oldnamehashtab[oldlocrecarray[cnt in enlarge_archive()516 + GET (oldnamehashtab[oldlocrecarray[cnt].cnt].name_offset)), in enlarge_archive()525 + GET (oldnamehashtab[oldlocrecarray[cnt].cnt].name_offset)), in enlarge_archive()
Completed in 6 milliseconds