Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c98 WCHAR* utf16_buffer; in uv_exepath() local
112 utf16_buffer = (WCHAR*) uv__malloc(sizeof(WCHAR) * utf16_buffer_len); in uv_exepath()
113 if (!utf16_buffer) { in uv_exepath()
118 utf16_len = GetModuleFileNameW(NULL, utf16_buffer, utf16_buffer_len); in uv_exepath()
125 utf16_buffer[utf16_len] = L'\0'; in uv_exepath()
130 utf16_buffer, in uv_exepath()
141 uv__free(utf16_buffer); in uv_exepath()
149 uv__free(utf16_buffer); in uv_exepath()
156 WCHAR *utf16_buffer; in uv_cwd() local
167 utf16_buffer = uv__malloc(utf16_len * sizeof(WCHAR)); in uv_cwd()
[all …]
H A Dtty.c830 WCHAR utf16_buffer[2]; in uv_process_tty_read_raw_req() local
831 utf16_buffer[0] = handle->tty.rd.last_utf16_high_surrogate; in uv_process_tty_read_raw_req()
832 utf16_buffer[1] = KEV.uChar.UnicodeChar; in uv_process_tty_read_raw_req()
835 utf16_buffer, in uv_process_tty_read_raw_req()