Searched refs:uv_os_gethostname (Results 1 - 10 of 10) sorted by relevance
/third_party/libuv/test/ |
H A 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/ |
H A D | node_os.cc | 64 int r = uv_os_gethostname(buf, &size); in GetHostname() 69 "uv_os_gethostname"); in GetHostname()
|
H A D | node_report.cc | 307 if (uv_os_gethostname(host, &host_size) == 0) in PrintVersionInformation()
|
/third_party/libuv/src/win/ |
H A D | util.c | 1358 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1372 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 1588 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/libuv/src/unix/ |
H A D | core.c | 1503 int uv_os_gethostname(char* buffer, size_t* size) { in uv_os_gethostname() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1379 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1261 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1276 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
|
Completed in 23 milliseconds