MCPcopy Index your code
hub / github.com/RsyncProject/rsync / realloc_xbuf

Function realloc_xbuf

ifuncs.h:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static inline void
28realloc_xbuf(xbuf *xb, size_t sz)
29{
30 char *bf = realloc_array(xb->buf, char, sz);
31 xb->buf = bf;
32 xb->size = sz;
33}
34
35static inline void
36free_xbuf(xbuf *xb)

Callers 3

send_msgFunction · 0.85
read_lineFunction · 0.85
iconvbufsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected