Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
int
40
CaseInsensitiveStringComparator::compare(const string &lhs, const string &rhs) const
41
{
42
return strcasecmp(lhs.c_str(), rhs.c_str());
43
}
Callers
13
HandleNode
Method · 0.45
isDebuggerActive
Function · 0.45
SSLInitializeStatistics
Function · 0.45
GetRecordElementByName
Function · 0.45
HostStatRec
Method · 0.45
http_config_enum_search
Function · 0.45
validate_sni
Method · 0.45
validate_cert
Method · 0.45
NextHopSelectionStrategy
Method · 0.45
findByEffectivePath
Method · 0.45
loadConfigFile
Method · 0.45
accept
Method · 0.45
Calls
2
strcasecmp
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected