Searched refs:arg_offset_max (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
6649 arg_offset_max = (2*ocount)/3;
7048 if (arg_offset_max >= 4)
7051 (arg_offset_max - 2) * sizeof(int));
7054 if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT;
7063 md->end_offset_top >= arg_offset_max)?

Completed in 40 milliseconds