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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c6362 int rc, ocount, arg_offset_max; local
6661 arg_offset_max = (2*ocount)/3;
7061 if (arg_offset_max >= 4)
7064 (arg_offset_max - 2) * sizeof(int));
7067 if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT;
7076 md->end_offset_top >= arg_offset_max)?

Completed in 39 milliseconds