Lines Matching defs:ocount
6350 int rc, ocount, arg_offset_max;
6648 ocount = offsetcount - (offsetcount % 3);
6649 arg_offset_max = (2*ocount)/3;
6651 if (re->top_backref > 0 && re->top_backref >= ocount/3)
6653 ocount = re->top_backref * 3 + 3;
6654 md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int));
6660 md->offset_end = ocount;
6661 md->offset_max = (2*ocount)/3;
6672 register int *iptr = md->offset_vector + ocount;