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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp436 fVr = fVs = fNextToAck = fWindow = 0;
1864 if( ( fWindow > 1 ) && fPutReqsPending ) {
1868 OutputDataFrame(putRequest, !fLocalBusy && ((fWindow == 1) || !fPutReqsPending));
1898 if (--fWindow > 0 && fPutReqsPending) {
1909 if ( ( fWindow == 1 ) || !fPutReqsPending ) {
1912 OutputDataFrame(putRequest, !fLocalBusy && ((fWindow == 1) || !fPutReqsPending));
1918 fWindow = fPeerWindowSize;
1968 if (fWindow == 1) {
1971 OutputDataFrame((TIrPutRequest*)GetCurrentEvent(), !fLocalBusy && (fWindow == 1));
2341 OutputDataFrame(putRequest, !fLocalBusy && ((fWindow
[all...]
H A DIrLAP.h485 UByte fWindow; member in class:TIrLAP

Completed in 106 milliseconds