MCPcopy Index your code
hub / github.com/RsyncProject/rsync / read_varint30

Function read_varint30

io.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18extern int protocol_version;
19
20static inline int32
21read_varint30(int f)
22{
23 if (protocol_version < 30)
24 return read_int(f);
25 return read_varint(f);
26}
27
28static inline int64
29read_varlong30(int f, uchar min_bytes)

Callers 2

recv_id_listFunction · 0.85
recv_file_entryFunction · 0.85

Calls 2

read_intFunction · 0.85
read_varintFunction · 0.85

Tested by

no test coverage detected