Home | History | Annotate | Download | only in mDNSWindows

Lines Matching full:foundinlist

4748 	DomainAuthInfo			*foundInList;
4769 for (foundInList = m->AuthInfoList; foundInList; foundInList = foundInList->next)
4770 if (SameDomainName(&foundInList->domain, &domain ) ) break;
4772 ptr = foundInList;
4781 require_action( err != mStatus_BadParamErr, exit, if (!foundInList ) mDNSPlatformMemFree( ptr ) );