Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 9 of 9) sorted by relevance

/libuv/src/unix/
H A Dgetaddrinfo.c119 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 Dtest-getnameinfo.c39 const char* hostname, in getnameinfo_req() argument
43 ASSERT_NOT_NULL(hostname); in getnameinfo_req()
H A Dtest-threadpool-cancel.c144 const char* hostname, in getnameinfo_cb() argument
147 ASSERT_NULL(hostname); in getnameinfo_cb()
/libuv/docs/src/
H A Ddns.rst27 .. c:type:: void (*uv_getnameinfo_cb)(uv_getnameinfo_t* req, int status, const char* hostname, cons…
H A Dmisc.rst770 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 Dunix.h343 char* hostname; \
/libuv/docs/src/guide/
H A Dnetworking.rst207 after ``uv_getaddrinfo`` returns. The `hostname`, `servname` and `hints`
/libuv/include/
H A Duv.h351 const char* hostname,
/libuv/
H A DChangeLog1655 * test: pass test when hostname is single character (毛毛)

Completed in 33 milliseconds