MCPcopy Create free account
hub / github.com/apache/trafficserver / compare

Method compare

src/tscpp/api/CaseInsensitiveStringComparator.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int
40CaseInsensitiveStringComparator::compare(const string &lhs, const string &rhs) const
41{
42 return strcasecmp(lhs.c_str(), rhs.c_str());
43}

Callers 13

HandleNodeMethod · 0.45
isDebuggerActiveFunction · 0.45
SSLInitializeStatisticsFunction · 0.45
GetRecordElementByNameFunction · 0.45
HostStatRecMethod · 0.45
http_config_enum_searchFunction · 0.45
validate_sniMethod · 0.45
validate_certMethod · 0.45
findByEffectivePathMethod · 0.45
loadConfigFileMethod · 0.45
acceptMethod · 0.45

Calls 2

strcasecmpFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected