Searched refs:tabct (Results 1 – 1 of 1) sorted by relevance
9640 unsigned int len, tabct = 8, tabidx = 0; local9769 PerlMem_malloc(tabct * sizeof(struct dsc$descriptor_s *));9772 else if (tabidx >= tabct) {9773 tabct += 8;9774 …tabvec = (struct dsc$descriptor_s **) PerlMem_realloc(tabvec, tabct * sizeof(struct dsc$descriptor…