Searched defs:IsCompressed (Results 1 – 3 of 3) sorted by relevance
20 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function50 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
1762 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
1002 bool IsCompressed(void) const { return (mControl & kCompressed) != 0; } in IsCompressed() function in ot::Mle::AddressRegistrationEntry