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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2159 UINT ucbLength2Match = 0; local
2184 Assert(ucbLength2Match);
2185 pMemBuf1 += ucbLength2Match;
2196 Assert(ucbLength2Match);
2197 pMemBuf2 += ucbLength2Match;
2200 ucbLength2Match = MIN(ucbMatch, cbLength1);
2201 ucbLength2Match = MIN(ucbLength2Match, cbLength2);
2203 if (memcmp((PVOID*)pMemBuf1, (PVOID*)pMemBuf2, ucbLength2Match))
2209 ucbMatch -= ucbLength2Match;
2260 UINT ucbLength2Match = 0; local
[all...]

Completed in 55 milliseconds