MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / OpenSSHBinaryBeginSubBlock

Function OpenSSHBinaryBeginSubBlock

src/common/keypair.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static int OpenSSHBinaryBeginSubBlock( CUtlBuffer &buf )
174{
175 int nSaveTell = buf.TellPut();
176 buf.SeekPut( CUtlBuffer::SEEK_CURRENT, sizeof(uint32) );
177 return nSaveTell;
178}
179
180static void OpenSSHBinaryEndSubBlock( CUtlBuffer &buf, int nSaveTell )
181{

Callers 1

Calls 2

TellPutMethod · 0.80
SeekPutMethod · 0.80

Tested by

no test coverage detected