Searched refs:host (Results 1 – 11 of 11) sorted by relevance
/libuv/src/win/ |
H A D | getnameinfo.c | 43 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 D | getnameinfo.c | 47 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 D | test-getnameinfo.c | 86 ASSERT_NE(req.host[0], '\0'); in TEST_IMPL()
|
/libuv/docs/src/ |
H A D | dns.rst | 54 .. c:member:: char[NI_MAXHOST] uv_getnameinfo_t.host 56 Char array containing the resulting host. It's null terminated.
|
H A D | errors.rst | 152 host is unreachable
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 124 dnl We check $host for which systems to enable this for. 127 case $host in
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 149 char *host; 161 baton->host = strdup("my.webhost.com"); 178 fprintf(stderr, "Connecting to %s\n", baton->host); 184 free(baton->host);
|
H A D | networking.rst | 142 not NULL, it indicates that an empty datagram was received from the host at
|
/libuv/include/uv/ |
H A D | unix.h | 353 char host[NI_MAXHOST]; \
|
H A D | win.h | 606 char host[NI_MAXHOST]; \
|
/libuv/ |
H A D | ChangeLog | 3885 * build: map 'AMD64' host arch to 'x64' (Ben Noordhuis) 4345 * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé)
|
Completed in 21 milliseconds