Home
last modified time | relevance | path

Searched refs:check_offset_max (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h1175 #define check_offset_max substrs->data[2].max_offset macro
Dregexec.c1090 if (prog->check_offset_min == prog->check_offset_max) { in Perl_re_intuit_start()
1200 && prog->check_offset_max != SSize_t_MAX) in Perl_re_intuit_start()
1218 if (prog->check_offset_max + check_len < targ_len) { in Perl_re_intuit_start()
1220 prog->check_offset_max, in Perl_re_intuit_start()
1261 if (check_at - rx_origin > prog->check_offset_max) in Perl_re_intuit_start()
1262 rx_origin = HOP3c(check_at, -prog->check_offset_max, rx_origin); in Perl_re_intuit_start()
1473 (IV)prog->check_offset_max, in Perl_re_intuit_start()
Dregcomp.c2178 RExC_rx->check_offset_max = RExC_rx->substrs->data[i].max_offset; in Perl_re_op_compile()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500500024 check_offset_max # Z added by devel/scanprov