Searched refs:ocount (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c6350 int rc, ocount, arg_offset_max; local
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;

Completed in 40 milliseconds