Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c258 #define RExC_maxlen (pRExC_state->maxlen) macro
6476 RExC_maxlen = SSize_t_MAX; in S_study_chunk()
6477 else if (RExC_maxlen < final_minlen + delta) in S_study_chunk()
6478 RExC_maxlen = final_minlen + delta; in S_study_chunk()
7672 RExC_maxlen = 0; in Perl_re_op_compile()
8292 RExC_rx->maxlen = RExC_maxlen; in Perl_re_op_compile()
8299 (IV)minlen, (IV)RExC_rx->minlen, (IV)RExC_maxlen); in Perl_re_op_compile()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c306 #define RExC_maxlen (pRExC_state->maxlen) macro
6584 RExC_maxlen = OPTIMIZE_INFTY; in S_study_chunk()
6585 else if (RExC_maxlen < final_minlen + delta) in S_study_chunk()
6586 RExC_maxlen = final_minlen + delta; in S_study_chunk()
7764 RExC_maxlen = 0; in Perl_re_op_compile()
8383 RExC_rx->maxlen = RExC_maxlen; in Perl_re_op_compile()
8390 (IV)minlen, (IV)RExC_rx->minlen, (IV)RExC_maxlen); in Perl_re_op_compile()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c306 #define RExC_maxlen (pRExC_state->maxlen) macro
6613 RExC_maxlen = OPTIMIZE_INFTY; in S_study_chunk()
6614 else if (RExC_maxlen < final_minlen + delta) in S_study_chunk()
6615 RExC_maxlen = final_minlen + delta; in S_study_chunk()
7793 RExC_maxlen = 0; in Perl_re_op_compile()
8412 RExC_rx->maxlen = RExC_maxlen; in Perl_re_op_compile()
8419 (IV)minlen, (IV)RExC_rx->minlen, (IV)RExC_maxlen); in Perl_re_op_compile()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c313 #define RExC_maxlen (pRExC_state->maxlen) macro
6610 RExC_maxlen = OPTIMIZE_INFTY; in S_study_chunk()
6611 else if (RExC_maxlen < final_minlen + delta) in S_study_chunk()
6612 RExC_maxlen = final_minlen + delta; in S_study_chunk()
7791 RExC_maxlen = 0; in Perl_re_op_compile()
8422 RExC_rx->maxlen = RExC_maxlen; in Perl_re_op_compile()
8429 (IV)minlen, (IV)RExC_rx->minlen, (IV)RExC_maxlen); in Perl_re_op_compile()