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

Function rule_template

exclude.c:1360–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358}
1359
1360const filter_rule *rule_template(uint32 rflags)
1361{
1362 static filter_rule template; /* zero-initialized */
1363 template.rflags = rflags;
1364 return &template;
1365}
1366
1367void parse_filter_str(filter_rule_list *listp, const char *rulestr,
1368 const filter_rule *template, int xflags)

Callers 6

parse_argumentsFunction · 0.85
get_cvs_excludesFunction · 0.85
send_filter_listFunction · 0.85
recv_filter_listFunction · 0.85
setup_protocolFunction · 0.85
rsync_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected