Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c7444 char * dump_len_string; in Perl_re_op_compile() local
7454 dump_len_string = PerlEnv_getenv("PERL_DUMP_RE_MAX_LEN"); in Perl_re_op_compile()
7455 if ( ! dump_len_string in Perl_re_op_compile()
7456 || ! grok_atoUV(dump_len_string, (UV *)&PL_dump_re_max_len, NULL)) in Perl_re_op_compile()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c23125 char * dump_len_string; in Perl_init_uniprops() local
23127 dump_len_string = PerlEnv_getenv("PERL_DUMP_RE_MAX_LEN"); in Perl_init_uniprops()
23128 if ( ! dump_len_string in Perl_init_uniprops()
23129 || ! grok_atoUV(dump_len_string, (UV *)&PL_dump_re_max_len, NULL)) in Perl_init_uniprops()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c23233 char * dump_len_string; in Perl_init_uniprops() local
23235 dump_len_string = PerlEnv_getenv("PERL_DUMP_RE_MAX_LEN"); in Perl_init_uniprops()
23236 if ( ! dump_len_string in Perl_init_uniprops()
23237 || ! grok_atoUV(dump_len_string, (UV *)&PL_dump_re_max_len, NULL)) in Perl_init_uniprops()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c22998 char * dump_len_string; in Perl_init_uniprops() local
23000 dump_len_string = PerlEnv_getenv("PERL_DUMP_RE_MAX_LEN"); in Perl_init_uniprops()
23001 if ( ! dump_len_string in Perl_init_uniprops()
23002 || ! grok_atoUV(dump_len_string, (UV *)&PL_dump_re_max_len, NULL)) in Perl_init_uniprops()