Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ free_xbuf
Function
free_xbuf
ifuncs.h:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
static inline void
36
free_xbuf(xbuf *xb)
37
{
38
if (xb->buf)
39
free(xb->buf);
40
memset(xb, 0, sizeof (xbuf));
41
}
42
43
static inline int
44
to_wire_mode(mode_t mode)
Callers
3
forward_filesfrom_data
Function · 0.85
io_end_buffering_in
Function · 0.85
io_end_buffering_out
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected