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

Function write_varlong30

io.h:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static inline void
46write_varlong30(int f, int64 x, uchar min_bytes)
47{
48 if (protocol_version < 30)
49 write_longint(f, x);
50 else
51 write_varlong(f, x, min_bytes);
52}

Callers 2

send_file_entryFunction · 0.85
handle_statsFunction · 0.85

Calls 2

write_longintFunction · 0.85
write_varlongFunction · 0.85

Tested by

no test coverage detected