Home
last modified time | relevance | path

Searched defs:CURLU_PUNYCODE (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/curl/docs/libcurl/
H A Dcurl_url_get.md90 ## CURLU_PUNYCODE section in FLAGS
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/curl/include/curl/
Durlapi.h99 #define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */ macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/curl/include/curl/
Durlapi.h99 #define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */ macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/curl/include/curl/
Durlapi.h99 #define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */ macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/curl/include/curl/
Durlapi.h99 #define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */ macro
/aosp_15_r20/external/curl/include/curl/
H A Durlapi.h100 #define CURLU_PUNYCODE (1<<12) /* get the hostname in punycode */ macro