Searched defs:bhoSize (Results 1 – 1 of 1) sorted by relevance
5162 void CBlockHeader::Parse(const Byte *p, unsigned bhoSize) in Parse()5194 const unsigned bhoSize = Is64Bit ? 12 : 8; in Parse() local