Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:cstring

503 mDNSexport mDNSu8 *AppendDNSNameString(domainname *const name, const char *cstring)
505 const char *cstr = cstring;
511 if (*cstr == '.') { LogMsg("AppendDNSNameString: Illegal empty label in name \"%s\"", cstring); return(mDNSNULL); }