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

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h116 extern mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText);
117 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText);
118 extern void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText);
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...]
H A DmDNSEmbeddedAPI.h2377 extern void IncrementLabelSuffix(domainlabel *name, mDNSBool RichText);

Completed in 67 milliseconds