Home
last modified time | relevance | path

Searched refs:idn2_to_ascii_4i2 (Results 1 – 13 of 13) sorted by relevance

/dports/dns/libidn2/libidn2-2.3.2/fuzz/
H A Dlibidn2_to_ascii_8z_fuzzer.c74 if (idn2_to_ascii_4i2(NULL, 0, &out, 0) == IDN2_OK) in LLVMFuzzerTestOneInput()
76 idn2_to_ascii_4i2(NULL, 0, NULL, 0); in LLVMFuzzerTestOneInput()
77 idn2_to_ascii_4i2(in32, 0, NULL, 0); in LLVMFuzzerTestOneInput()
103 if (idn2_to_ascii_4i2((uint32_t *) data, size / 4, &out, flags[it]) == IDN2_OK) in LLVMFuzzerTestOneInput()
/dports/dns/libidn2/libidn2-2.3.2/doc/texi/
H A Didn2_to_ascii_4i2.texi1 @subheading idn2_to_ascii_4i2
2 @anchor{idn2_to_ascii_4i2}
3 @deftypefun {int} {idn2_to_ascii_4i2} (const uint32_t * @var{input}, size_t @var{inlen}, char ** @v…
H A Didn2_to_ascii_4i.texi12 THIS FUNCTION HAS BEEN DEPRECATED DUE TO A DESIGN FLAW. USE @code{idn2_to_ascii_4i2()} INSTEAD !
41 @strong{Deprecated:} 2.1.1: Use @code{idn2_to_ascii_4i2()} .
H A Dlookup.c.texi96 THIS FUNCTION HAS BEEN DEPRECATED DUE TO A DESIGN FLAW. USE @code{idn2_to_ascii_4i2()} INSTEAD !
125 @strong{Deprecated:} 2.1.1: Use @code{idn2_to_ascii_4i2()} .
128 @subheading idn2_to_ascii_4i2
129 @anchor{idn2_to_ascii_4i2}
130 @deftypefun {int} {idn2_to_ascii_4i2} (const uint32_t * @var{input}, size_t @var{inlen}, char ** @v…
/dports/dns/libidn2/libidn2-2.3.2/doc/
H A DMakefile.gdoc123 gdoc_TEXINFOS += texi/idn2_to_ascii_4i2.texi
124 texi/idn2_to_ascii_4i2.texi: ../lib/lookup.c
126 $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4i2 $< > $@
128 gdoc_MANS += man/idn2_to_ascii_4i2.3
129 man/idn2_to_ascii_4i2.3: ../lib/lookup.c
131 $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4i2 $< > $@
H A DMakefile.in1390 texi/idn2_to_ascii_4i.texi texi/idn2_to_ascii_4i2.texi \
1402 man/idn2_to_ascii_4i.3 man/idn2_to_ascii_4i2.3 \
2208 texi/idn2_to_ascii_4i2.texi: ../lib/lookup.c
2210 $(PERL) $(top_srcdir)/doc/gdoc -texinfo $(GDOC_TEXI_EXTRA_ARGS) -function idn2_to_ascii_4i2 $< > $@
2211 man/idn2_to_ascii_4i2.3: ../lib/lookup.c
2213 $(PERL) $(top_srcdir)/doc/gdoc -man $(GDOC_MAN_EXTRA_ARGS) -function idn2_to_ascii_4i2 $< > $@
/dports/dns/libidn2/libidn2-2.3.2/lib/
H A Didn2.map55 idn2_to_ascii_4i2;
H A Dlookup.c738 rc = idn2_to_ascii_4i2 (input, inlen, &out, flags); in idn2_to_ascii_4i()
789 idn2_to_ascii_4i2 (const uint32_t * input, size_t inlen, char **output, in idn2_to_ascii_4i2() function
H A Didn2.h311 idn2_to_ascii_4i2 (const uint32_t * input, size_t inlen, char ** output, int flags);
H A Didn2.h.in311 idn2_to_ascii_4i2 (const uint32_t * input, size_t inlen, char ** output, int flags);
/dports/dns/libidn2/libidn2-2.3.2/tests/
H A Dtest-lookup.c1127 if ((rc = idn2_to_ascii_4i2 (dummy_u32, 4, (char **) &out, 0)) != IDN2_OK) in test_homebrewed()
/dports/dns/libidn2/libidn2-2.3.2/
H A DNEWS82 ** Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2()
H A DChangeLog494 idn2_to_ascii_4i, idn2_to_ascii_4i2(), idn2_to_ascii_4z(),
529 Deprecate idn2_to_ascii_4i(), add idn2_to_ascii_4i2()