match_rule_lookup
return match_rule_lookup(aliases[i].oid);
if ((attr->equality = match_rule_lookup(arg)) == NULL) {
if ((attr->ordering = match_rule_lookup(arg)) == NULL) {
if ((attr->substr = match_rule_lookup(arg)) == NULL) {
const struct match_rule *match_rule_lookup(const char *oid);