MCPcopy Create free account
hub / github.com/defold/defold / GetHostByNameT

Function GetHostByNameT

engine/dlib/src/dlib/socket.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114#if defined(__EMSCRIPTEN__)
115 Result GetHostByNameT(const char* name, Address* address, uint64_t timeout, int* cancelflag, bool ipv4, bool ipv6)
116 {
117 return GetHostByName(name, address, ipv4, ipv6);
118 }
119#else
120 Result GetHostByNameT(const char* name, Address* address, uint64_t timeout, int* cancelflag, bool ipv4, bool ipv6)
121 {

Callers 2

DoDialFunction · 0.85
NewFunction · 0.85

Calls 9

dmAtomicAdd32Function · 0.85
dmAtomicIncrement32Function · 0.85
freeFunction · 0.85
GetHostByNameFunction · 0.70
NewFunction · 0.70
GetMonotonicTimeFunction · 0.70
SleepFunction · 0.70
DetachFunction · 0.70
JoinFunction · 0.70

Tested by

no test coverage detected