MCPcopy 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

BuildProbeRecordFunction · 0.85
QueryMatchesServiceFunction · 0.85
CollectProbeClaimsFunction · 0.85
SuppressKnownAnswersFunction · 0.85
HandleIncomingQueriesFunction · 0.85
FindBrowserHostFunction · 0.85
FindBrowserServiceFunction · 0.85
HandleBrowserRecordFunction · 0.85

Calls 1

dmStrCaseCmpFunction · 0.85

Tested by

no test coverage detected