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