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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dthreads.c88 LPVOID lpMsgBuf; local
105 (LPTSTR) &lpMsgBuf,
107 crError("crGetTSD failed with %d: %s", err, lpMsgBuf);
108 LocalFree(lpMsgBuf);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameWin.cpp301 LPVOID lpMsgBuf; local
309 (LPTSTR) &lpMsgBuf,
313 fprintf(aStream, "### ERROR: WalkStack: %s", lpMsgBuf);
315 LocalFree( lpMsgBuf );
H A DnsTraceRefcntImpl.cpp1040 LPVOID lpMsgBuf; local
1048 (LPTSTR) &lpMsgBuf,
1053 aLibraryName, lpMsgBuf);
1055 LocalFree( lpMsgBuf );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c709 LPVOID lpMsgBuf; local
716 (LPTSTR) &lpMsgBuf,
720 PR_LOG( _pr_shma_lm, PR_LOG_DEBUG, ("md_memmap(): %s", lpMsgBuf ));

Completed in 50 milliseconds