Home
last modified time | relevance | path

Searched refs:packetSend (Results 1 – 4 of 4) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DODServer.cpp615 ODPacket packetSend; in processClientNotifications() local
618 packetSend << id; in processClientNotifications()
640 ODPacket packetSend; in processClientNotifications() local
773 ODPacket packetSend; in processClientNotifications() local
824 ODPacket packetSend; in processClientNotifications() local
836 packetSend.clear(); in processClientNotifications()
858 ODPacket packetSend; in processClientNotifications() local
874 packetSend.clear(); in processClientNotifications()
1970 ODPacket packetSend; in fireSeatConfigurationRefresh() local
1979 packetSend << seatId; in fireSeatConfigurationRefresh()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libamf/
H A Dprotocol.h37 virtual bool packetSend() = 0;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/
H A Drtmp_server.h60 bool packetSend(cygnal::Buffer &buf);
H A Drtmp_server.cpp408 RTMPServer::packetSend(cygnal::Buffer &/* buf */) in packetSend() function in cygnal::RTMPServer