Home
last modified time | relevance | path

Searched refs:GetNextLabel (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp222 buffer = (char *) GetNextLabel(buffer, text); in DecodeDomainName()
229 buffer = (char *)GetNextLabel(buffer, nextLabel); in DecodeDomainName()
DRegistrationPage.cpp363 domainUTF8 = GetNextLabel( hostnameUTF8, label ); in Commit()
/external/mdnsresponder/Clients/
DClientCommon.h41 extern const char *GetNextLabel(const char *cstr, char label[64]);
DClientCommon.c46 const char *GetNextLabel(const char *cstr, char label[64]) in GetNextLabel() function
Ddns-sd.c371 replyDomain = GetNextLabel(replyDomain, text); in enum_reply()
383 GetNextLabel(label[labels+i], text); in enum_reply()
394 GetNextLabel(label[labels-1-depth], text); in enum_reply()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c601 replyDomain = GetNextLabel(replyDomain, text); in NSPLookupServiceBegin()