Lines Matching refs:domainlabel

545 mDNSexport mDNSu8 *AppendDomainLabel(domainname *const name, const domainlabel *const label)  in AppendDomainLabel()
583 mDNSexport mDNSBool MakeDomainLabelFromLiteralString(domainlabel *const label, const char *cstr) in MakeDomainLabelFromLiteralString()
605 mDNSexport char *ConvertDomainLabelToCString_withescape(const domainlabel *const label, char *ptr, … in ConvertDomainLabelToCString_withescape()
643 ptr = ConvertDomainLabelToCString_withescape((const domainlabel *)src, ptr, esc); in ConvertDomainNameToCString_withescape()
658 mDNSexport void ConvertUTF8PstringToRFC1034HostLabel(const mDNSu8 UTF8Name[], domainlabel *const ho… in ConvertUTF8PstringToRFC1034HostLabel()
686 const domainlabel *name, const domainname *type, const domainname *const domain) in ConstructServiceName()
735 …name = (domainlabel*)""; // Set this up to be non-null, to avoid errors if we have to call LogMsg(… in ConstructServiceName()
805 domainlabel *const name, domainname *const type, domainname *const domain) in DeconstructServiceName()
888 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) in LabelContainsSuffix()
914 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) in RemoveLabelSuffix()
940 mDNSexport void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText) in AppendLabelSuffix()
965 mDNSexport void IncrementLabelSuffix(domainlabel *name, mDNSBool RichText) in IncrementLabelSuffix()
3086 ConvertDomainLabelToCString((domainlabel*)a, buf); in mDNS_vsnprintf()