HomeSort by relevance Sort by last modified time
    Searched refs:libidn (Results 1 - 7 of 7) sorted by null

  /external/curl/lib/
version.c 334 NULL, /* libidn version */
371 version_info.libidn = idn2_check_version(IDN2_VERSION);
372 if(version_info.libidn)
  /external/curl/packages/DOS/
common.dj 56 # Use libidn for international domain names
89 LIBIDN_ROOT = $(TOPDIR)/../IDN/libidn
  /external/curl/docs/examples/
Makefile.netware 35 # Edit the path below to point to the base of your libidn package.
37 LIBIDN_PATH = ../../../libidn-1.32
269 LDLIBS += $(LIBIDN_PATH)/lib/libidn.$(LIBEXT)
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 62 $libidn = 0
112 $! Did someone port LIBIDN in the GNV compatible way?
116 $ write sys$output "NOTICE: A LIBIDN port has been detected."
118 $ if f$locate(",libidn,", args_lower) .lt. args_len
120 $ libidn = 1
122 $ if .not. libidn
124 $ write sys$output " LIBIDN support is not enabled."
125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
127 $ write sys$output " Untested LIBIDN support requested."
428 $! LibIDN not ported to VMS at this time
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 448 if(p->libidn)
449 n += strlen(p->libidn) + 1;
501 if(convert_version_info_string(&id->libidn, &cp, &n, ccsid))
  /external/curl/include/curl/
curl.h 2408 const char *libidn; member in struct:__anon16304
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 1832 const char *libidn; member in struct:__anon19768
    [all...]

Completed in 1564 milliseconds