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

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp454 fPrimary = fPutReqsPending = false;
1861 fPutReqsPending = !fPendingPutRequests->IsEmpty();
1864 if( ( fWindow > 1 ) && fPutReqsPending ) {
1868 OutputDataFrame(putRequest, !fLocalBusy && ((fWindow == 1) || !fPutReqsPending));
1898 if (--fWindow > 0 && fPutReqsPending) {
1906 fPutReqsPending = !fPendingPutRequests->IsEmpty();
1909 if ( ( fWindow == 1 ) || !fPutReqsPending ) {
1912 OutputDataFrame(putRequest, !fLocalBusy && ((fWindow == 1) || !fPutReqsPending));
1951 // If the p/f isn't set (fPutReqsPending), it may make it out this time around
2340 fPutReqsPending
[all...]
H A DIrLAP.h528 Boolean fPutReqsPending; // One or more addl put reqs pending for secondary? member in class:TIrLAP

Completed in 127 milliseconds