Searched refs:libidn (Results 1 – 25 of 26) sorted by relevance
12
/third_party/libpsl/ |
D | configure.ac | 128 libidn: IDNA2003 library (also needs libunistring) 137 elif test "$enableval" = "libidn"; then 138 enable_runtime=libidn 139 AC_DEFINE([WITH_LIBIDN], [1], [generate PSL data using libidn]) 157 libidn: IDNA2003 library (also needs libunistring) 166 elif test "$enableval" = "libidn"; then 167 enable_builtin=libidn 168 AC_DEFINE([BUILTIN_GENERATOR_LIBIDN], [1], [generate PSL data using libidn]) 247 if test "$enable_runtime" = "libidn" -o "$enable_builtin" = "libidn" -o "$enable_runtime" = "auto" … 248 # Check for libidn [all …]
|
D | meson.build | 77 if ['libidn', 'auto'].contains(enable_runtime) or ['libidn', 'auto'].contains(enable_builtin) 78 libidn_dep = dependency('libidn', required : false) 84 enable_runtime = 'libidn' 87 enable_builtin = 'libidn' 89 elif [enable_runtime, enable_builtin].contains('libidn') 90 error('You requested libidn but it is not installed.') 114 config.set('WITH_LIBIDN', enable_runtime == 'libidn') 117 config.set('BUILTIN_GENERATOR_LIBIDN', enable_builtin == 'libidn')
|
D | meson.build.in | 69 if ['libidn', 'auto'].contains(enable_runtime) or ['libidn', 'auto'].contains(enable_builtin) 70 libidn_dep = dependency('libidn', required : false) 76 enable_runtime = 'libidn' 79 enable_builtin = 'libidn' 81 elif [enable_runtime, enable_builtin].contains('libidn') 82 error('You requested libidn but it is not installed.') 106 config.set('WITH_LIBIDN', enable_runtime == 'libidn') 109 config.set('BUILTIN_GENERATOR_LIBIDN', enable_builtin == 'libidn')
|
D | meson_options.txt | 2 choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto', 6 choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto',
|
D | Makefile.am | 49 check-coverage-libidn: 50 XLIB=libidn $(MAKE) check-coverage
|
D | NEWS | 21 * Detection fallback from libidn2 to libcu, libidn 56 * Add pkg-config support for libidn and libidn2 135 * Check UTF-8 sequences for validity (for libidn<=1.30)
|
/third_party/curl/tests/ |
D | valgrind.supp | 43 libidn-idna_to_ascii-error 63 libidn-idna_to_ascii-error-eventbased 85 libidn-idna_to_ascii-error-inlined-functions 101 libidn-idna_to_ascii-error-inlined-functions-alt 117 libidn-idna_to_ascii-error-inlined-functions-alt2
|
/third_party/gettext/gettext-runtime/doc/ |
D | matrix.texi | 99 libidn | [] [] [] | 273 libidn | [] [] [] | 447 libidn | [] [] [] [] | 621 libidn | [] [] | 795 libidn | [] [] [] | 969 libidn | [] [] [] | 18
|
/third_party/libpsl/fuzz/ |
D | README.md | 14 libidn replace 'libidn2' by 'libidn'.
|
D | meson.build | 11 elif enable_runtime == 'libidn'
|
/third_party/curl/docs/examples/ |
D | makefile.dj | 36 LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
|
D | Makefile.netware | 53 LIBIDN_PATH = ../../../libidn-1.32 271 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
|
/third_party/curl/packages/vms/ |
D | generate_config_vms_h_curl.com | 62 $libidn = 0 120 $ libidn = 1 122 $ if .not. libidn 410 $if libidn
|
/third_party/curl/src/ |
D | Makefile.netware | 54 LIBIDN_PATH = ../../libidn-1.18 289 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
|
D | makefile.dj | 53 EX_LIBS += $(LIBIDN_ROOT)/lib/dj_obj/libidn.a -liconv
|
/third_party/libpsl/contrib/ |
D | mingw | 38 git clone https://gitlab.com/libidn/libidn2.git
|
/third_party/curl/lib/ |
D | Makefile.netware | 54 LIBIDN_PATH = ../../libidn-1.18 285 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
|
D | version.c | 547 version_info.libidn = idn2_check_version(IDN2_VERSION); in curl_version_info() 548 if(version_info.libidn) in curl_version_info()
|
/third_party/curl/packages/DOS/ |
D | common.dj | 90 # Use libidn for international domain names 128 LIBIDN_ROOT ?= $(TOPDIR)/../IDN/libidn
|
/third_party/libpsl/msvc/ |
D | config.h.win32.in | 7 /* generate PSL data using libidn */ 154 /* generate PSL data using libidn */
|
/third_party/e2fsprogs/ |
D | ABOUT-NLS | 244 libidn | [] | 416 libidn | [] [] [] [] [] | 588 libidn | [] [] [] [] | 760 libidn | [] | 932 libidn | [] [] [] | 1104 libidn | () [] [] [] | 1276 libidn | | 17
|
/third_party/curl/docs/ |
D | INSTALL.md | 476 - `--without-libidn` (disables support for the libidn DNS library)
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.c | 406 offsetof(curl_version_info_data, libidn), in curl_version_info_ccsid()
|
D | curl.inc.in | 2244 d libidn * const char *
|
/third_party/curl/include/curl/ |
D | curl.h | 2915 const char *libidn; member
|
12