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()
484 static bool SniffForInvalidOfficeDocs(std::string_view content, in SniffForInvalidOfficeDocs()
516 static bool SniffXML(std::string_view content, in SniffXML()
574 static bool SniffBinary(std::string_view content, in SniffBinary()
635 static bool SniffCRX(std::string_view content, in SniffCRX()
704 bool SniffMimeType(std::string_view content, in SniffMimeType()
794 bool SniffMimeTypeFromLocalData(std::string_view content, std::string* result) { in SniffMimeTypeFromLocalData()
802 bool LooksLikeBinary(std::string_view content) { in LooksLikeBinary()