Searched refs:newmaxpchgs (Results 1 – 1 of 1) sorted by relevance
569 int newmaxpchgs; in jpc_pchglist_insert() local575 newmaxpchgs = pchglist->maxpchgs + 128; in jpc_pchglist_insert()576 if (!(newpchgs = jas_realloc2(pchglist->pchgs, newmaxpchgs, sizeof(jpc_pchg_t *)))) { in jpc_pchglist_insert()579 pchglist->maxpchgs = newmaxpchgs; in jpc_pchglist_insert()