Searched refs:bufw (Results 1 – 1 of 1) sorted by relevance
30 wchar_t *bufw = NULL; in php_win32_error_to_msg() local35 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPWSTR)&bufw, 0, NULL in php_win32_error_to_msg()38 if (!ret || !bufw) { in php_win32_error_to_msg()42 buf = php_win32_cp_conv_w_to_any(bufw, ret, PHP_WIN32_CP_IGNORE_LEN_P); in php_win32_error_to_msg()44 LocalFree(bufw); in php_win32_error_to_msg()
Completed in 6 milliseconds