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

Function free_filters

exclude.c:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static void free_filters(filter_rule *ent)
151{
152 while (ent) {
153 filter_rule *next = ent->next;
154 free_filter(ent);
155 ent = next;
156 }
157}
158
159/* Build a filter structure given a filter pattern. The value in "pat"
160 * is not null-terminated. "rule" is either held or freed, so the

Callers 2

pop_filter_listFunction · 0.85
setup_merge_fileFunction · 0.85

Calls 1

free_filterFunction · 0.85

Tested by

no test coverage detected