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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_exec.c6351 int rc, ocount, arg_offset_max; local
6636 arg_offset_max = (2*ocount)/3;
7040 if (arg_offset_max >= 4)
7043 (arg_offset_max - 2) * sizeof(int));
7046 if (md->end_offset_top > arg_offset_max) md->offset_overflow = TRUE;
7054 rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_exec.c6351 int rc, ocount, arg_offset_max; local
6636 arg_offset_max = (2*ocount)/3;
7040 if (arg_offset_max >= 4)
7043 (arg_offset_max - 2) * sizeof(int));
7046 if (md->end_offset_top > arg_offset_max) md->offset_overflow = TRUE;
7054 rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_exec.c6351 int rc, ocount, arg_offset_max; local
6636 arg_offset_max = (2*ocount)/3;
7040 if (arg_offset_max >= 4)
7043 (arg_offset_max - 2) * sizeof(int));
7046 if (md->end_offset_top > arg_offset_max) md->offset_overflow = TRUE;
7054 rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)?

Completed in 74 milliseconds