Searched refs:bytesAvail (Results 1 – 2 of 2) sorted by relevance
654 bool bGotBytes = false, bytesAvail = true; in pktCtxtID() local658 while(!bGotBytes & bytesAvail) in pktCtxtID()660 bytesAvail = readByte(); in pktCtxtID()661 if(bytesAvail) in pktCtxtID()
32 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() argument36 bytesAvail); in insufficientLengthString()