Searched defs:RichText (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c888 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) argument
892 if (RichText)
914 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) argument
918 // Chop closing parentheses from RichText suffix
919 if (RichText && name->c[0] >= 1 && name->c[name->c[0]] == ')') name->c[0]--;
926 if (RichText)
940 mDNSexport void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText) argument
943 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)")
945 // Truncate trailing spaces from RichText name
965 IncrementLabelSuffix(domainlabel *name, mDNSBool RichText) argument
[all...]

Completed in 221 milliseconds