MCPcopy Create free account
hub / github.com/RsyncProject/rsync / free_stat_x

Function free_stat_x

ifuncs.h:87–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static inline void
88free_stat_x(stat_x *sx_p)
89{
90#ifdef SUPPORT_ACLS
91 {
92 extern int preserve_acls;
93 if (preserve_acls)
94 free_acl(sx_p);
95 }
96#endif
97#ifdef SUPPORT_XATTRS
98 {
99 extern int preserve_xattrs;
100 if (preserve_xattrs)
101 free_xattr(sx_p);
102 }
103#endif
104}
105
106static inline char *my_strdup(const char *str, const char *file, int line)
107{

Callers 5

hard_link_checkFunction · 0.85
finish_hard_linkFunction · 0.85
set_file_attrsFunction · 0.85
try_dests_regFunction · 0.85
recv_generatorFunction · 0.85

Calls 2

free_aclFunction · 0.70
free_xattrFunction · 0.70

Tested by

no test coverage detected