Home
last modified time | relevance | path

Searched refs:host (Results 1 – 11 of 11) sorted by relevance

/libuv/src/win/
H A Dgetnameinfo.c43 WCHAR host[NI_MAXHOST]; in uv__getnameinfo_work() local
51 host, in uv__getnameinfo_work()
52 ARRAY_SIZE(host), in uv__getnameinfo_work()
61 size = sizeof(req->host); in uv__getnameinfo_work()
62 ret = uv__copy_utf16_to_utf8(host, -1, req->host, &size); in uv__getnameinfo_work()
81 char* host; in uv__getnameinfo_done() local
86 host = service = NULL; in uv__getnameinfo_done()
92 host = req->host; in uv__getnameinfo_done()
97 req->getnameinfo_cb(req, req->retcode, host, service); in uv__getnameinfo_done()
/libuv/src/unix/
H A Dgetnameinfo.c47 req->host, in uv__getnameinfo_work()
48 sizeof(req->host), in uv__getnameinfo_work()
57 char* host; in uv__getnameinfo_done() local
62 host = service = NULL; in uv__getnameinfo_done()
68 host = req->host; in uv__getnameinfo_done()
73 req->getnameinfo_cb(req, req->retcode, host, service); in uv__getnameinfo_done()
/libuv/test/
H A Dtest-getnameinfo.c86 ASSERT_NE(req.host[0], '\0'); in TEST_IMPL()
/libuv/docs/src/
H A Ddns.rst54 .. c:member:: char[NI_MAXHOST] uv_getnameinfo_t.host
56 Char array containing the resulting host. It's null terminated.
H A Derrors.rst152 host is unreachable
/libuv/m4/
H A Dlibuv-check-flags.m4124 dnl We check $host for which systems to enable this for.
127 case $host in
/libuv/docs/src/guide/
H A Dutilities.rst149 char *host;
161 baton->host = strdup("my.webhost.com");
178 fprintf(stderr, "Connecting to %s\n", baton->host);
184 free(baton->host);
H A Dnetworking.rst142 not NULL, it indicates that an empty datagram was received from the host at
/libuv/include/uv/
H A Dunix.h353 char host[NI_MAXHOST]; \
H A Dwin.h606 char host[NI_MAXHOST]; \
/libuv/
H A DChangeLog3885 * build: map 'AMD64' host arch to 'x64' (Ben Noordhuis)
4345 * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé)

Completed in 34 milliseconds