Searched refs:check_offset_max (Results 1 – 4 of 4) sorted by relevance
1175 #define check_offset_max substrs->data[2].max_offset macro
1090 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()
2178 RExC_rx->check_offset_max = RExC_rx->substrs->data[i].max_offset; in Perl_re_op_compile()
24 check_offset_max # Z added by devel/scanprov