MCPcopy 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
35static inline void
36free_xbuf(xbuf *xb)
37{
38 if (xb->buf)
39 free(xb->buf);
40 memset(xb, 0, sizeof (xbuf));
41}
42
43static inline int
44to_wire_mode(mode_t mode)

Callers 3

forward_filesfrom_dataFunction · 0.85
io_end_buffering_inFunction · 0.85
io_end_buffering_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected