Lines Matching refs:hp
1064 const CHashPair &hp = HashPairs[index]; in GetRawProp() local
1065 if (hp.Hash.Size() > 0) in GetRawProp()
1067 *data = hp.Hash; in GetRawProp()
1068 *dataSize = (UInt32)hp.Hash.Size(); in GetRawProp()
1159 CHashPair &hp = HashPairs[index]; in GetProperty() local
1164 prop = hp.IsDir(); in GetProperty()
1170 hp.Get_UString_Path(path); in GetProperty()
1181 if (hp.Size_from_Disk_Defined) in GetProperty()
1182 prop = (UInt64)hp.Size_from_Disk; in GetProperty()
1183 else if (hp.Size_from_Arc_Defined) in GetProperty()
1184 prop = (UInt64)hp.Size_from_Arc; in GetProperty()
1189 prop = (UInt64)hp.Hash.Size(); in GetProperty()
1194 if (!hp.Method.IsEmpty()) in GetProperty()
1195 prop = hp.Method; in GetProperty()
1338 const CHashPair &hp = HashPairs[i]; in Open()
1340 hashSize = (unsigned)hp.Hash.Size(); in Open()
1342 if (hashSize != hp.Hash.Size()) in Open()
1345 if (hp.IsBSD) in Open()
1347 if (!_are_there_Dirs && hp.IsDir()) in Open()
1490 const CHashPair &hp = HashPairs[index]; in Extract() local
1491 if (hp.IsDir()) in Extract()
1522 CHashPair &hp = HashPairs[index]; in Extract() local
1525 hp.Get_UString_Path(path); in Extract()
1528 const bool isDir = hp.IsDir(); in Extract()
1564 if (!hp.Method.IsEmpty()) in Extract()
1568 if (FindHashMethod(EXTERNAL_CODECS_LOC_VARS hp.Method, id)) in Extract()
1570 methods_loc.Add(UString(hp.Method)); in Extract()
1580 AddDefaultMethod(methods_loc, (unsigned)hp.Hash.Size()); in Extract()
1590 const bool isSupportedMode = hp.IsSupportedMode(); in Extract()
1613 hp.Size_from_Disk = fileSize; in Extract()
1614 hp.Size_from_Disk_Defined = true; in Extract()
1620 lps->InSize += hp.Hash.Size(); in Extract()
1632 if (hs.DigestSize == hp.Hash.Size()) in Extract()
1635 if (CheckDigests(hp.Hash, hs.Digests[0], hs.DigestSize)) in Extract()
1636 if (!hp.Size_from_Arc_Defined || hp.Size_from_Arc == fileSize) in Extract()