Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dwinutil.c27 wchar_t *bufw = NULL, *pw; in php_win32_error_to_msg() local
32 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPWSTR)&bufw, 0, NULL in php_win32_error_to_msg()
35 if (!ret || !bufw) { in php_win32_error_to_msg()
40 …for (pw = bufw + wcslen(bufw) - 1; pw >= bufw && (*pw == L'\r' || *pw == L'\n' || *pw == L'.'); pw… in php_win32_error_to_msg()
43 buf = php_win32_cp_conv_w_to_any(bufw, ret, PHP_WIN32_CP_IGNORE_LEN_P); in php_win32_error_to_msg()
45 LocalFree(bufw); in php_win32_error_to_msg()

Completed in 7 milliseconds