Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ read_byte
Function
read_byte
io.c:1997–2002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1995
}
1996
1997
uchar read_byte(int f)
1998
{
1999
uchar c;
2000
read_buf(f, (char*)&c, 1);
2001
return c;
2002
}
2003
2004
int read_vstring(int f, char *buf, int bufsize)
2005
{
Callers
13
recv_user_name
Function · 0.85
recv_group_name
Function · 0.85
recv_rsync_acl
Function · 0.85
recv_compressed_token_num
Function · 0.85
recv_deflated_token
Function · 0.85
recv_zstd_token
Function · 0.85
recv_compressed_token
Function · 0.85
read_line
Function · 0.85
read_varint
Function · 0.85
read_vstring
Function · 0.85
read_ndx_and_attrs
Function · 0.85
recv_file_entry
Function · 0.85
Calls
1
read_buf
Function · 0.70
Tested by
no test coverage detected