Searched refs:bGotBytes (Results 1 – 1 of 1) sorted by relevance
446 bool bGotBytes = false, validByte = true; in pktISync() local457 while(validByte && !bGotBytes) in pktISync()506 bGotBytes = (bool)((unsigned)m_numPktBytesReq == m_currPacketData.size()); in pktISync()512 if(bGotBytes) in pktISync()654 bool bGotBytes = false, bytesAvail = true; in pktCtxtID() local657 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()658 while(!bGotBytes & bytesAvail) in pktCtxtID()663 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()666 if(bGotBytes) in pktCtxtID()739 bool bGotBytes = false, byteAvail = true; in pktTimeStamp() local[all …]