Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static inline void
28
realloc_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
35
static inline void
36
free_xbuf(xbuf *xb)
Callers
3
send_msg
Function · 0.85
read_line
Function · 0.85
iconvbufs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected