Home
last modified time | relevance | path

Searched refs:lpMsgBuf (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
H A Dcallproc.c262 WCHAR *lpMsgBuf; in FormatError() local
270 (LPWSTR) &lpMsgBuf, in FormatError()
274 while (iswspace(lpMsgBuf[n-1])) in FormatError()
276 lpMsgBuf[n] = L'\0'; /* rstrip() */ in FormatError()
278 return lpMsgBuf; in FormatError()
1326 wchar_t *lpMsgBuf; in format_error() local
1332 lpMsgBuf = FormatError(code); in format_error()
1333 if (lpMsgBuf) { in format_error()
1334 result = PyUnicode_FromWideChar(lpMsgBuf, wcslen(lpMsgBuf)); in format_error()
[all...]
/third_party/python/Modules/
H A Doverlapped.c579 WCHAR *lpMsgBuf; in _overlapped_FormatMessage_impl() local
588 (LPWSTR) &lpMsgBuf, in _overlapped_FormatMessage_impl()
592 while (iswspace(lpMsgBuf[n-1])) in _overlapped_FormatMessage_impl()
594 lpMsgBuf[n] = L'\0'; in _overlapped_FormatMessage_impl()
595 res = Py_BuildValue("u", lpMsgBuf); in _overlapped_FormatMessage_impl()
599 LocalFree(lpMsgBuf); in _overlapped_FormatMessage_impl()
/third_party/libsnd/src/
H A Dfile_io.c853 { LPVOID lpMsgBuf ; in psf_log_syserr() local
864 (LPTSTR) &lpMsgBuf, in psf_log_syserr()
869 snprintf (psf->syserr, sizeof (psf->syserr), "System error : %s", (char*) lpMsgBuf) ; in psf_log_syserr()
870 LocalFree (lpMsgBuf) ; in psf_log_syserr()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp45 LPVOID lpMsgBuf; in print_error_message() local
49 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), reinterpret_cast<LPTSTR>(&lpMsgBuf), 0, nullptr); in print_error_message()
52 << std::string(reinterpret_cast<LPTSTR>(lpMsgBuf)); in print_error_message()
57 LocalFree(lpMsgBuf); in print_error_message()

Completed in 7 milliseconds