Home
last modified time | relevance | path

Searched refs:ConvertUTF8PstringToRFC1034HostLabel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2352 extern void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const ho…
H A DDNSCommon.c658 mDNSexport void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const ho… in ConvertUTF8PstringToRFC1034HostLabel() function
/aosp_15_r20/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c2385 ConvertUTF8PstringToRFC1034HostLabel( tempLabel.c, &inMDNS->hostlabel ); in SetupHostName()