Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c6667 char **pat_p, STRLEN *plen_p, int num_code_blocks) in S_pat_upgrade_to_utf8() argument
6680 Newx(dst, *plen_p + variant_under_utf8_count(src, src + *plen_p) + 1, U8); in S_pat_upgrade_to_utf8()
6683 while (s < *plen_p) { in S_pat_upgrade_to_utf8()
6703 *plen_p = d - dst; in S_pat_upgrade_to_utf8()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c6774 char **pat_p, STRLEN *plen_p, int num_code_blocks) in S_pat_upgrade_to_utf8() argument
6787 Newx(dst, *plen_p + variant_under_utf8_count(src, src + *plen_p) + 1, U8); in S_pat_upgrade_to_utf8()
6790 while (s < *plen_p) { in S_pat_upgrade_to_utf8()
6810 *plen_p = d - dst; in S_pat_upgrade_to_utf8()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c6803 char **pat_p, STRLEN *plen_p, int num_code_blocks) in S_pat_upgrade_to_utf8() argument
6816 Newx(dst, *plen_p + variant_under_utf8_count(src, src + *plen_p) + 1, U8); in S_pat_upgrade_to_utf8()
6819 while (s < *plen_p) { in S_pat_upgrade_to_utf8()
6839 *plen_p = d - dst; in S_pat_upgrade_to_utf8()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c6800 char **pat_p, STRLEN *plen_p, int num_code_blocks) in S_pat_upgrade_to_utf8() argument
6813 Newx(dst, *plen_p + variant_under_utf8_count(src, src + *plen_p) + 1, U8); in S_pat_upgrade_to_utf8()
6816 while (s < *plen_p) { in S_pat_upgrade_to_utf8()
6836 *plen_p = d - dst; in S_pat_upgrade_to_utf8()