Lines Matching defs:content
287 static bool MagicCmp(std::string_view content, std::string_view magic_entry) { in MagicCmp()
299 static bool MagicMaskCmp(std::string_view content, in MagicMaskCmp()
311 static bool MatchMagicNumber(std::string_view content, in MatchMagicNumber()
341 static bool CheckForMagicNumbers(std::string_view content, in CheckForMagicNumbers()
364 static bool SniffForHTML(std::string_view content, in SniffForHTML()
382 static bool SniffForMagicNumbers(std::string_view content, in SniffForMagicNumbers()
394 static bool SniffForOfficeDocs(std::string_view content, in SniffForOfficeDocs()
487 static bool SniffForInvalidOfficeDocs(std::string_view content, in SniffForInvalidOfficeDocs()
519 static bool SniffXML(std::string_view content, in SniffXML()
577 static bool SniffBinary(std::string_view content, in SniffBinary()
638 static bool SniffCRX(std::string_view content, in SniffCRX()
707 bool SniffMimeType(std::string_view content, in SniffMimeType()
797 bool SniffMimeTypeFromLocalData(std::string_view content, std::string* result) { in SniffMimeTypeFromLocalData()
805 bool LooksLikeBinary(std::string_view content) { in LooksLikeBinary()