Searched refs:cbLength2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp2140 UINT cbLength2 = 0; local
2188 if (!cbLength2)
2190 NdisQueryBufferSafe(pBuffer2, &pMemBuf2, &cbLength2, NormalPagePriority);
2201 ucbLength2Match = MIN(ucbLength2Match, cbLength2);
2214 cbLength2 -= ucbLength2Match;
2242 UINT cbLength2 = 0; local
2288 if (!cbLength2)
2292 cbLength2 = pSG->aSegs[i].cb;
2303 ucbLength2Match = MIN(ucbLength2Match, cbLength2);
2317 cbLength2
[all...]

Completed in 48 milliseconds