Home | History | Annotate | Download | only in dist

Lines Matching defs:ocount

6362 int rc, ocount, arg_offset_max;
6660 ocount = offsetcount - (offsetcount % 3);
6661 arg_offset_max = (2*ocount)/3;
6663 if (re->top_backref > 0 && re->top_backref >= ocount/3)
6665 ocount = re->top_backref * 3 + 3;
6666 md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int));
6672 md->offset_end = ocount;
6673 md->offset_max = (2*ocount)/3;
6684 register int *iptr = md->offset_vector + ocount;