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