Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ write_int
Function
write_int
io.c:2157–2162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2155
}
2156
2157
void write_int(int f, int32 x)
2158
{
2159
char b[4];
2160
SIVAL(b, 0, x);
2161
write_buf(f, b, 4);
2162
}
2163
2164
void write_varint(int f, int32 x)
2165
{
Callers
15
write_varint30
Function · 0.85
write_stream_flags
Function · 0.85
send_rules
Function · 0.85
send_filter_list
Function · 0.85
simple_send_token
Function · 0.85
send_deflated_token
Function · 0.85
send_zstd_token
Function · 0.85
send_compressed_token
Function · 0.85
start_flist_forward
Function · 0.85
write_sum_head
Function · 0.85
write_ndx
Function · 0.85
start_write_batch
Function · 0.85
Calls
2
SIVAL
Function · 0.85
write_buf
Function · 0.85
Tested by
no test coverage detected