Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dgetnameinfo.c62 ret = uv__copy_utf16_to_utf8(host, -1, req->host, &size); in uv__getnameinfo_work()
69 ret = uv__copy_utf16_to_utf8(service, -1, req->service, &size); in uv__getnameinfo_work()
H A Dutil.c202 r = uv__copy_utf16_to_utf8(utf16_buffer, utf16_len, buffer, size); in uv_cwd()
799 r = uv__copy_utf16_to_utf8(adapter->FriendlyName, in uv_interface_addresses()
1013 return uv__copy_utf16_to_utf8(path, len, buffer, size); in uv_os_tmpdir()
1070 int uv__copy_utf16_to_utf8(const WCHAR* utf16buffer, size_t utf16len, char* utf8, size_t *size) { in uv__copy_utf16_to_utf8() function
1296 r = uv__copy_utf16_to_utf8(var, len, buffer, size); in uv_os_getenv()
1377 return uv__copy_utf16_to_utf8(buf, -1, buffer, size); in uv_os_gethostname()
1575 r = uv__copy_utf16_to_utf8(product_name_w, in uv_os_uname()
1590 r = uv__copy_utf16_to_utf8(os_info.szCSDVersion, in uv_os_uname()
H A Dgetaddrinfo.c180 int r = uv__copy_utf16_to_utf8(addrinfow_ptr->ai_canonname, in uv__getaddrinfo_done()
367 return uv__copy_utf16_to_utf8(wname, -1, buffer, size); in uv_if_indextoname()
H A Dinternal.h261 int uv__copy_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char* utf8, size_t *size);
H A Dpipe.c2519 return uv__copy_utf16_to_utf8(handle->name, -1, buffer, size); in uv__pipe_getname()
2588 err = uv__copy_utf16_to_utf8(name_buf, name_len, buffer+pipe_prefix_len, size); in uv__pipe_getname()

Completed in 15 milliseconds