Home
last modified time | relevance | path

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

/third_party/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()
801 r = uv__copy_utf16_to_utf8(adapter->FriendlyName, in uv_interface_addresses()
1004 return uv__copy_utf16_to_utf8(path, len, buffer, size); in uv_os_tmpdir()
1061 int uv__copy_utf16_to_utf8(const WCHAR* utf16buffer, size_t utf16len, char* utf8, size_t *size) { in uv__copy_utf16_to_utf8() function
1291 r = uv__copy_utf16_to_utf8(var, len, buffer, size); in uv_os_getenv()
1372 return uv__copy_utf16_to_utf8(buf, -1, buffer, size); in uv_os_gethostname()
1583 r = uv__copy_utf16_to_utf8(product_name_w, in uv_os_uname()
1598 r = uv__copy_utf16_to_utf8(os_info.szCSDVersion, in uv_os_uname()
H A Dgetaddrinfo.c180 r = uv__copy_utf16_to_utf8(addrinfow_ptr->ai_canonname, in uv__getaddrinfo_done()
362 return uv__copy_utf16_to_utf8(wname, -1, buffer, size); in uv_if_indextoname()
H A Dinternal.h263 int uv__copy_utf16_to_utf8(const WCHAR* utf16, size_t utf16len, char* utf8, size_t *size);
H A Dpipe.c2472 return uv__copy_utf16_to_utf8(handle->name, -1, buffer, size); in uv__pipe_getname()
2541 err = uv__copy_utf16_to_utf8(name_buf, name_len, buffer+pipe_prefix_len, size); in uv__pipe_getname()

Completed in 7 milliseconds