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

/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp209 static int ftmR3TcpWriteNACK(PVM pVM, int32_t rc2, const char *pszMsgText = NULL)
213 if (pszMsgText && *pszMsgText)
215 cch = RTStrPrintf(szMsg, sizeof(szMsg), "NACK=%d;%s\n", rc2, pszMsgText);
290 char *pszMsgText = strchr(szMsg, ';'); local
291 if (pszMsgText)
292 *pszMsgText++ = '\0';
307 if (pszMsgText)
309 pszMsgText = RTStrStrip(pszMsgText);
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp244 char *pszMsgText = strchr(szMsg, ';'); local
245 if (pszMsgText)
246 *pszMsgText++ = '\0';
261 if (pszMsgText)
263 pszMsgText = RTStrStrip(pszMsgText);
264 for (size_t off = 0; pszMsgText[off]; off++)
265 if (pszMsgText[off] == '\r')
266 pszMsgText[off] = '\n';
268 LogRel(("Teleporter: %s: NACK=%Rrc (%d) - '%s'\n", pszWhich, vrc2, vrc2, pszMsgText));
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dhtmlhelp.h206 LPCSTR pszMsgText; member in struct:tagHH_ALINKA
217 LPCWSTR pszMsgText; member in struct:tagHH_ALINKW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dhtmlhelp.h206 LPCSTR pszMsgText; member in struct:tagHH_ALINKA
217 LPCWSTR pszMsgText; member in struct:tagHH_ALINKW

Completed in 75 milliseconds