ocount 6360 ext/pcre/pcrelib/pcre_exec.c int rc, ocount, arg_offset_max; ocount 6658 ext/pcre/pcrelib/pcre_exec.c ocount = offsetcount - (offsetcount % 3); ocount 6659 ext/pcre/pcrelib/pcre_exec.c arg_offset_max = (2*ocount)/3; ocount 6661 ext/pcre/pcrelib/pcre_exec.c if (re->top_backref > 0 && re->top_backref >= ocount/3) ocount 6663 ext/pcre/pcrelib/pcre_exec.c ocount = re->top_backref * 3 + 3; ocount 6664 ext/pcre/pcrelib/pcre_exec.c md->offset_vector = (int *)(PUBL(malloc))(ocount * sizeof(int)); ocount 6670 ext/pcre/pcrelib/pcre_exec.c md->offset_end = ocount; ocount 6671 ext/pcre/pcrelib/pcre_exec.c md->offset_max = (2*ocount)/3; ocount 6682 ext/pcre/pcrelib/pcre_exec.c register int *iptr = md->offset_vector + ocount;