Searched refs:pReply (Results 26 - 30 of 30) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Ddix.h273 #define WriteReplyToClient(pClient, size, pReply) { \
276 (pClient, (int)(size), pReply); \
277 else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddix.h273 #define WriteReplyToClient(pClient, size, pReply) { \
276 (pClient, (int)(size), pReply); \
277 else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); }
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddix.h273 #define WriteReplyToClient(pClient, size, pReply) { \
276 (pClient, (int)(size), pReply); \
277 else (void) WriteToClient(pClient, (int)(size), (char *)(pReply)); }
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp329 * @param pReply The reply packet.
334 static int txsReplyInternal(PTXSPKTHDR pReply, const char *pszOpcode, size_t cbExtra) argument
338 if (RT_LIKELY(cchOpcode == sizeof(pReply->achOpcode)))
339 memcpy(pReply->achOpcode, pszOpcode, sizeof(pReply->achOpcode));
342 Assert(cchOpcode == sizeof(pReply->achOpcode));
345 AssertMsgReturn(cchOpcode < sizeof(pReply->achOpcode), ("%d/'%.8s'\n", cchOpcode, pszOpcode), VERR_INTERNAL_ERROR_4);
346 memcpy(pReply->achOpcode, pszOpcode, cchOpcode);
347 memset(&pReply->achOpcode[cchOpcode], ' ', sizeof(pReply
726 PTXSPKTHDR pReply; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp199 void processNetworkReplyCanceled(UINetworkReply* /* pReply */)
206 void processNetworkReplyFinished(UINetworkReply *pReply) argument
209 QString strResponseData(pReply->readAll());

Completed in 123 milliseconds

12