Searched refs:hostname (Results 1 – 9 of 9) sorted by relevance
/libuv/src/unix/ |
H A D | getaddrinfo.c | 119 else if (req->hostname) in uv__getaddrinfo_done() 120 uv__free(req->hostname); in uv__getaddrinfo_done() 126 req->hostname = NULL; in uv__getaddrinfo_done() 161 if (hostname != NULL) { in uv_getaddrinfo() 162 rc = uv__idna_toascii(hostname, in uv_getaddrinfo() 163 hostname + strlen(hostname), in uv_getaddrinfo() 168 hostname = hostname_ascii; in uv_getaddrinfo() 172 hostname_len = hostname ? strlen(hostname) + 1 : 0; in uv_getaddrinfo() 186 req->hostname = NULL; in uv_getaddrinfo() 202 if (hostname) in uv_getaddrinfo() [all …]
|
/libuv/test/ |
H A D | test-getnameinfo.c | 39 const char* hostname, in getnameinfo_req() argument 43 ASSERT_NOT_NULL(hostname); in getnameinfo_req()
|
H A D | test-threadpool-cancel.c | 144 const char* hostname, in getnameinfo_cb() argument 147 ASSERT_NULL(hostname); in getnameinfo_cb()
|
/libuv/docs/src/ |
H A D | dns.rst | 27 .. c:type:: void (*uv_getnameinfo_cb)(uv_getnameinfo_t* req, int status, const char* hostname, cons…
|
H A D | misc.rst | 770 Returns the hostname as a null-terminated string in `buffer`, and sets 771 `size` to the string length of the hostname. When calling this function, 773 the null terminator. If the hostname exceeds the storage available in 781 hostname and terminating `nul` character.
|
/libuv/include/uv/ |
H A D | unix.h | 343 char* hostname; \
|
/libuv/docs/src/guide/ |
H A D | networking.rst | 207 after ``uv_getaddrinfo`` returns. The `hostname`, `servname` and `hints`
|
/libuv/include/ |
H A D | uv.h | 351 const char* hostname,
|
/libuv/ |
H A D | ChangeLog | 1655 * test: pass test when hostname is single character (毛毛)
|
Completed in 28 milliseconds