Lines Matching refs:bGotBytes
447 bool bGotBytes = false, validByte = true; in pktISync() local
458 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() local
660 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
754 while(byteAvail && !bGotBytes) in pktTimeStamp()
764 bGotBytes = true; in pktTimeStamp()
774 bGotBytes = true; in pktTimeStamp()
777 bGotBytes = true; in pktTimeStamp()
784 if(bGotBytes) in pktTimeStamp()