Lines Matching defs:match
661 const bool match = strcmp (name, strp_cstr) == 0;
663 if (!match && m_header.header_data.HashDataHasFixedByteSize())
665 // If the string doesn't match and we have fixed size data,
672 // If the string does match, or we don't have fixed size data
682 if (match)
695 if (match)
698 return eResultKeyMismatch; // The key doesn't match, this function will get called
730 const bool match = regex.Execute(strp_cstr);
732 if (!match && m_header.header_data.HashDataHasFixedByteSize())
734 // If the regex doesn't match and we have fixed size data,
741 // If the string does match, or we don't have fixed size data
751 if (match)
764 if (match)
767 return eResultKeyMismatch; // The key doesn't match, this function will get called