Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dgetaddrinfo.c350 wchar_t wname[NDIS_IF_MAX_STRING_SIZE + 1]; /* Add one for the NUL. */ in uv_if_indextoname() local
361 r = ConvertInterfaceLuidToNameW(&luid, wname, ARRAY_SIZE(wname)); in uv_if_indextoname()
366 return uv__copy_utf16_to_utf8(wname, -1, buffer, size); in uv_if_indextoname()

Completed in 4 milliseconds