Searched refs:libidn (Results 1 – 25 of 26) sorted by relevance
12
2 libidn-idna_to_ascii-error22 libidn-idna_to_ascii-error-eventbased44 libidn-idna_to_ascii-error-inlined-functions60 libidn-idna_to_ascii-error-inlined-functions-alt76 libidn-idna_to_ascii-error-inlined-functions-alt2
27 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libidn.git29 WORKDIR libidn
41 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git && \43 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libidn.git
43 cd $SRC/libidn
36 LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
53 LIBIDN_PATH = ../../../libidn-1.32271 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
77 # Use libidn for international domain names110 LIBIDN_ROOT = $(TOPDIR)/../IDN/libidn
51 EX_LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
54 LIBIDN_PATH = ../../libidn-1.18298 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
495 version_info.libidn = idn2_check_version(IDN2_VERSION); in curl_version_info()496 if(version_info.libidn) in curl_version_info()
54 LIBIDN_PATH = ../../libidn-1.18285 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
62 $libidn = 0120 $ libidn = 1122 $ if .not. libidn413 $if libidn
20 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
34 EX_LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
39 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git
41 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
42 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
457 if(p->libidn) in curl_version_info_ccsid()458 n += strlen(p->libidn) + 1; in curl_version_info_ccsid()510 if(convert_version_info_string(&id->libidn, &cp, &n, ccsid)) in curl_version_info_ccsid()
2052 d libidn * const char *
203 *11 = requires libidn or Windows
397 - `--without-libidn` (disables support for the libidn DNS library)
1832 const char *libidn; member
2837 const char *libidn; member
7 support, and adds a dependency on GNU libidn. Without i18n
94 … arping,ping,ping6,tracepath,traceroute6 Makefile: Support static link of libidn by USE_IDN=static.