Searched defs:fMatch (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c390 bool fMatch = false; local
396 fMatch = true;
400 for (pszAlias = pHostent->h_aliases; *pszAlias && !fMatch; pszAlias++)
406 fMatch = true;
428 if (fMatch)
433 if ( fMatch
/vbox/src/bldprogs/
H A Dscmsubversion.cpp820 bool fMatch = cchName == cchKey; local
821 if (fMatch)
826 fMatch = cchLine == cchName
858 if (fMatch)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp511 BOOL fMatch = FALSE; local
529 if (!(fMatch = !memcmp(pDst, pSrc, DstWBytes)))
539 return fMatch;
548 BOOL fMatch = FALSE; local
621 fMatch = vboxVDbgDoCheckLRects(&DstLRect, pDstRect, &SrcLRect, pSrcRect, bpp, fBreakOnMismatch);
629 return fMatch;
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp1206 bool fMatch = false; /* false used for equal matching, and true if wildcard pattern is used. */ local
1220 fMatch = true;
1229 slirp_add_host_resolver_mapping(pThis->pNATState, fMatch ? NULL : szHostNameOrPattern, fMatch ? szHostNameOrPattern : NULL, HostIP.s_addr);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp431 bool fMatch = RTStrSimplePatternMultiMatch(pszMultiPat, RTSTR_MAX, pszDevice, RTSTR_MAX, NULL); local
433 if (!fMatch)
439 fMatch = RTStrSimplePatternMultiMatch(pszMultiPat, RTSTR_MAX, szLun, RTSTR_MAX, NULL);
441 if (!fMatch)
447 fMatch = RTStrSimplePatternMultiMatch(pszMultiPat, RTSTR_MAX, pszAbove, RTSTR_MAX, NULL);
449 if (!fMatch)
459 fMatch = RTStrSimplePatternMultiMatch(pszMultiPat, RTSTR_MAX, pszThisDrv, RTSTR_MAX, NULL);
461 if (!fMatch)

Completed in 53 milliseconds