Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
static inline void
46
write_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_entry
Function · 0.85
handle_stats
Function · 0.85
Calls
2
write_longint
Function · 0.85
write_varlong
Function · 0.85
Tested by
no test coverage detected