MCPcopy 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
2157void write_int(int f, int32 x)
2158{
2159 char b[4];
2160 SIVAL(b, 0, x);
2161 write_buf(f, b, 4);
2162}
2163
2164void write_varint(int f, int32 x)
2165{

Callers 15

write_varint30Function · 0.85
write_stream_flagsFunction · 0.85
send_rulesFunction · 0.85
send_filter_listFunction · 0.85
simple_send_tokenFunction · 0.85
send_deflated_tokenFunction · 0.85
send_zstd_tokenFunction · 0.85
send_compressed_tokenFunction · 0.85
start_flist_forwardFunction · 0.85
write_sum_headFunction · 0.85
write_ndxFunction · 0.85
start_write_batchFunction · 0.85

Calls 2

SIVALFunction · 0.85
write_bufFunction · 0.85

Tested by

no test coverage detected