Searched refs:CR_MESSAGE_OPCODES (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_net.c97 hdr->header.type = (CRMessageType) SWAP32(CR_MESSAGE_OPCODES);
102 hdr->header.type = CR_MESSAGE_OPCODES;
224 msg->header.type = (CRMessageType) SWAP32(CR_MESSAGE_OPCODES);
229 msg->header.type = CR_MESSAGE_OPCODES;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c565 CRASSERT(msg->header.type == CR_MESSAGE_OPCODES);
607 CRASSERT(msg->header.type == CR_MESSAGE_OPCODES);
744 if (msg->header.type != CR_MESSAGE_OPCODES
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_protocol.h75 CR_MESSAGE_OPCODES = 0x77474c01, enumerator in enum:__anon16111
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCr.h122 hdr->header.type = CR_MESSAGE_OPCODES;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dfilenet.c255 /* CR_MESSAGE_OPCODES is freed in
259 if (msg->header.type != CR_MESSAGE_OPCODES && msg->header.type != CR_MESSAGE_OOB)
H A Dudptcpip.c409 /* CR_MESSAGE_OPCODES is freed in
413 if (cached_type != CR_MESSAGE_OPCODES && cached_type != CR_MESSAGE_OOB)
H A Dnet.c1095 case CR_MESSAGE_OPCODES:
H A Dtcpip.c932 /* CR_MESSAGE_OPCODES is freed in crserverlib/server_stream.c with crNetFree.
935 if (cached_type != CR_MESSAGE_OPCODES
H A Dvboxhgsmi.c1103 /* CR_MESSAGE_OPCODES is freed in crserverlib/server_stream.c with crNetFree.
1106 if (cached_type != CR_MESSAGE_OPCODES
H A Dvboxhgcm.c1214 /* CR_MESSAGE_OPCODES is freed in crserverlib/server_stream.c with crNetFree.
1217 if (cached_type != CR_MESSAGE_OPCODES

Completed in 4252 milliseconds