OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__copy_utf16_to_utf8
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
getnameinfo.c
62
ret =
uv__copy_utf16_to_utf8
(host, -1, req->host, &size);
69
ret =
uv__copy_utf16_to_utf8
(service, -1, req->service, &size);
getaddrinfo.c
180
int r =
uv__copy_utf16_to_utf8
(addrinfow_ptr->ai_canonname,
367
return
uv__copy_utf16_to_utf8
(wname, -1, buffer, size);
util.c
202
r =
uv__copy_utf16_to_utf8
(utf16_buffer, utf16_len, buffer, size);
799
r =
uv__copy_utf16_to_utf8
(adapter->FriendlyName,
1058
r =
uv__copy_utf16_to_utf8
(path, len, buffer, size);
1117
int
uv__copy_utf16_to_utf8
(const WCHAR* utf16buffer, size_t utf16len, char* utf8, size_t *size) {
function
1343
r =
uv__copy_utf16_to_utf8
(var, len, buffer, size);
1424
return
uv__copy_utf16_to_utf8
(buf, -1, buffer, size);
1622
r =
uv__copy_utf16_to_utf8
(product_name_w,
1637
r =
uv__copy_utf16_to_utf8
(os_info.szCSDVersion,
internal.h
261
int
uv__copy_utf16_to_utf8
(const WCHAR* utf16, size_t utf16len, char* utf8, size_t *size);
thread.c
356
r =
uv__copy_utf16_to_utf8
(namew, -1, name, &buf_size);
pipe.c
2519
return
uv__copy_utf16_to_utf8
(handle->name, -1, buffer, size);
2588
err =
uv__copy_utf16_to_utf8
(name_buf, name_len, buffer+pipe_prefix_len, size);
Completed in 20 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026