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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dutil.cc30 LPVOID lpMsgBuf; local in function:win32_error::message
38 (LPTSTR) &lpMsgBuf,
45 std::string ret((LPCTSTR)lpMsgBuf);
46 LocalFree( lpMsgBuf );
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c780 LPVOID lpMsgBuf; local in function:winBltExposedRegionsShadowGDI
789 (LPTSTR) &lpMsgBuf, 0, NULL);
792 (LPSTR) lpMsgBuf);
793 LocalFree(lpMsgBuf);
882 LPVOID lpMsgBuf; local in function:winBltExposedWindowRegionShadowGDI
891 (LPTSTR) &lpMsgBuf, 0, NULL);
894 (LPSTR) lpMsgBuf);
895 LocalFree(lpMsgBuf);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitOutput.c1085 LPVOID lpMsgBuf; local in function:winCheckDisplayNumber
1094 (LPTSTR) &lpMsgBuf,
1097 (LPSTR)lpMsgBuf);
1098 LocalFree (lpMsgBuf);
H A Dwinmultiwindowwndproc.c483 LPVOID lpMsgBuf; local in function:winTopLevelWindowProc
492 (LPTSTR) &lpMsgBuf,
496 (LPSTR)lpMsgBuf);
497 LocalFree (lpMsgBuf);
H A Dwinwin32rootless.c914 LPVOID lpMsgBuf;
923 (LPTSTR) &lpMsgBuf,
927 (LPSTR)lpMsgBuf);
928 LocalFree (lpMsgBuf);
H A Dwinwin32rootlesswndproc.c803 LPVOID lpMsgBuf; local in function:winMWExtWMWindowProc
812 (LPTSTR) &lpMsgBuf,
816 (LPSTR)lpMsgBuf);
817 LocalFree (lpMsgBuf);

Completed in 10 milliseconds