Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c4748 DomainAuthInfo *foundInList; in SetDomainSecret() local
4769 for (foundInList = m->AuthInfoList; foundInList; foundInList = foundInList->next) in SetDomainSecret()
4770 if (SameDomainName(&foundInList->domain, &domain ) ) break; in SetDomainSecret()
4772 ptr = foundInList; in SetDomainSecret()
4781 require_action( err != mStatus_BadParamErr, exit, if (!foundInList ) mDNSPlatformMemFree( ptr ) ); in SetDomainSecret()