Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNSIsDigit

518 				if (mDNSIsDigit(cstr[-1]) && mDNSIsDigit(cstr[0]) && mDNSIsDigit(cstr[1]))
753 if (mDNSIsLetter(src[i]) || mDNSIsDigit(src[i])) continue;
896 if (!mDNSIsDigit(name->c[l])) return mDNSfalse; // Preceeded by a digit
898 while (l > 2 && mDNSIsDigit(name->c[l])) l--; // Strip off digits
904 if (!mDNSIsDigit(name->c[l])) return mDNSfalse; // Last char must be a digit
906 while (l > 2 && mDNSIsDigit(name->c[l])) l--; // Strip off digits
922 while (mDNSIsDigit(name->c[name->c[0]]))