Home
last modified time | relevance | path

Searched refs:pGetHostNameW (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/src/win/
H A Dwinapi.c49 uv_sGetHostNameW pGetHostNameW; variable
143 pGetHostNameW = (uv_sGetHostNameW) GetProcAddress( in uv__winapi_init()
H A Dutil.c1366 if (pGetHostNameW == NULL) in uv_os_gethostname()
1369 if (pGetHostNameW(buf, UV_MAXHOSTNAMESIZE) != 0) in uv_os_gethostname()
H A Dwinapi.h4767 extern uv_sGetHostNameW pGetHostNameW;
/third_party/node/deps/uv/src/win/
H A Dwinapi.c49 uv_sGetHostNameW pGetHostNameW; variable
143 pGetHostNameW = (uv_sGetHostNameW) GetProcAddress( in uv__winapi_init()
H A Dutil.c1599 if (pGetHostNameW == NULL) in uv_os_gethostname()
1602 if (pGetHostNameW(buf, UV_MAXHOSTNAMESIZE) != 0) in uv_os_gethostname()
H A Dwinapi.h4767 extern uv_sGetHostNameW pGetHostNameW;

Completed in 21 milliseconds