Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ NameEquals
Function
NameEquals
engine/dlib/src/dlib/mdns.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
static bool NameEquals(const char* lhs, const char* rhs)
251
{
252
return dmStrCaseCmp(lhs, rhs) == 0;
253
}
254
255
static bool EndsWithLocal(const char* value)
256
{
Callers
9
BuildProbeRecord
Function · 0.85
QueryMatchesService
Function · 0.85
CollectProbeClaims
Function · 0.85
HandleIncomingResponseRecords
Function · 0.85
SuppressKnownAnswers
Function · 0.85
HandleIncomingQueries
Function · 0.85
FindBrowserHost
Function · 0.85
FindBrowserService
Function · 0.85
HandleBrowserRecord
Function · 0.85
Calls
1
dmStrCaseCmp
Function · 0.85
Tested by
no test coverage detected