Home
last modified time | relevance | path

Searched refs:SendSdBlockrequest (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Net/Protocol/
H A DBaseNetProtocol.h216 …PacketType SendSdBlockrequest(unsigned short begin, unsigned short length, unsigned short requestS…
H A DBaseNetProtocol.cpp409 PacketType CBaseNetProtocol::SendSdBlockrequest(unsigned short begin, unsigned short length, unsign… in SendSdBlockrequest() function in CBaseNetProtocol
/dports/games/spring/spring_98.0/rts/System/Sync/
H A DSyncDebugger.cpp356 …net->Send(CBaseNetProtocol::Get().SendSdBlockrequest(pendingBlocksToRequest.front(), requestedBloc… in ServerHandlePendingBlockRequests()