Searched refs:uv_os_gethostname (Results 1 – 9 of 9) sorted by relevance
/third_party/libuv/test/ |
D | test-gethostname.c | 34 r = uv_os_gethostname(NULL, &size); in TEST_IMPL() 36 r = uv_os_gethostname(buf, NULL); in TEST_IMPL() 39 r = uv_os_gethostname(buf, &size); in TEST_IMPL() 45 r = uv_os_gethostname(buf, &enobufs_size); in TEST_IMPL() 52 r = uv_os_gethostname(buf, &size); in TEST_IMPL()
|
/third_party/node/src/ |
D | node_os.cc | 64 int r = uv_os_gethostname(buf, &size); in GetHostname()
|
D | node_report.cc | 400 if (uv_os_gethostname(host, &host_size) == 0) in PrintVersionInformation()
|
/third_party/libuv/src/unix/ |
D | core.c | 1371 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/libuv/src/win/ |
D | util.c | 1588 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/libuv/include/ |
D | uv.h | 1276 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1261 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
/third_party/libuv/docs/src/ |
D | misc.rst | 664 .. c:function:: int uv_os_gethostname(char* buffer, size_t* size)
|
/third_party/libuv/ |
D | ChangeLog | 297 * win: fix string encoding issue of uv_os_gethostname (Eagle Liang) 2470 * unix,win: add uv_os_gethostname() (cjihrig)
|