Home
last modified time | relevance | path

Searched refs:host_out (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_gethostbyname.c240 struct hostent **host_out) in ares__hostent_localhost() argument
260 status = ares__addrinfo2hostent(ai, family, host_out); in ares__hostent_localhost()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dcbor_test.cc338 std::vector<uint16_t> host_out; in String16WireRepToHost() local
340 host_out.push_back(in[ii + 1] << 8 | in[ii]); in String16WireRepToHost()
341 return host_out; in String16WireRepToHost()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc383 std::vector<uint16_t> host_out; in String16WireRepToHost() local
385 host_out.push_back(in[ii + 1] << 8 | in[ii]); in String16WireRepToHost()
386 return host_out; in String16WireRepToHost()