Searched refs:bGotBytes (Results 1 – 1 of 1) sorted by relevance
447 bool bGotBytes = false, validByte = true; in pktISync() local458 while(validByte && !bGotBytes) in pktISync()507 bGotBytes = (bool)((unsigned)m_numPktBytesReq == m_currPacketData.size()); in pktISync()513 if(bGotBytes) in pktISync()657 bool bGotBytes = false, bytesAvail = true; in pktCtxtID() local660 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()661 while(!bGotBytes & bytesAvail) in pktCtxtID()666 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()669 if(bGotBytes) in pktCtxtID()742 bool bGotBytes = false, byteAvail = true; in pktTimeStamp() local[all …]