| 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 | { |
no test coverage detected