Lines Matching refs:sizep
1738 addCap(miArcCapPtr * capsp, int *ncapsp, int *sizep, int end, int arcIndex)
1743 if (*ncapsp == *sizep) {
1744 newsize = *sizep + ADD_REALLOC_STEP;
1748 *sizep = newsize;
1760 int *sizep,
1766 if (*njoinsp == *sizep) {
1767 newsize = *sizep + ADD_REALLOC_STEP;
1771 *sizep = newsize;
1785 addArc(miArcDataPtr * arcsp, int *narcsp, int *sizep, xArc * xarc)
1790 if (*narcsp == *sizep) {
1791 newsize = *sizep + ADD_REALLOC_STEP;
1795 *sizep = newsize;