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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2133 uint8_t* pMemBuf1; local
2178 NdisQueryBufferSafe(pBuffer1, &pMemBuf1, &cbLength1, NormalPagePriority);
2183 Assert(pMemBuf1);
2185 pMemBuf1 += ucbLength2Match;
2203 if (memcmp((PVOID*)pMemBuf1, (PVOID*)pMemBuf2, ucbLength2Match))
2238 uint8_t* pMemBuf1; local
2278 NdisQueryBufferSafe(pBuffer1, &pMemBuf1, &cbLength1, NormalPagePriority);
2283 Assert(pMemBuf1);
2285 pMemBuf1 += ucbLength2Match;
2305 if (memcmp((PVOID*)pMemBuf1, (PVOI
[all...]

Completed in 50 milliseconds