Home
last modified time | relevance | path

Searched refs:iToClient (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Res.h272 bool SendChunk(uint32_t iChunk, int32_t iToClient);
H A DC4Network2Res.cpp811 bool C4Network2Res::SendChunk(uint32_t iChunk, int32_t iToClient) in SendChunk() argument
816 C4Network2IOConnection *pConn = pParent->getIOClass()->GetDataConnection(iToClient); in SendChunk()