MCPcopy Create free account
hub / github.com/RsyncProject/rsync / read_varlong30

Function read_varlong30

io.h:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static inline int64
29read_varlong30(int f, uchar min_bytes)
30{
31 if (protocol_version < 30)
32 return read_longint(f);
33 return read_varlong(f, min_bytes);
34}
35
36static inline void
37write_varint30(int f, int32 x)

Callers 2

recv_file_entryFunction · 0.85
handle_statsFunction · 0.85

Calls 2

read_longintFunction · 0.85
read_varlongFunction · 0.85

Tested by

no test coverage detected