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

Function create_racl

acls.c:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165/* === Rsync ACL functions === */
166
167static rsync_acl *create_racl(void)
168{
169 rsync_acl *racl = new(rsync_acl);
170
171 *racl = empty_rsync_acl;
172
173 return racl;
174}
175
176static BOOL ida_entries_equal(const ida_entries *ial1, const ida_entries *ial2)
177{

Callers 2

get_aclFunction · 0.85
send_aclFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected