Lines Matching defs:map_a
136 struct certmap_info map_a = { discard_const("map_a"), 11, discard_const("abc"), discard_const("def"), NULL };
139 struct certmap_info *certmap_a[] = { &map_a, NULL };
141 struct certmap_info *certmap_ab[] = { &map_a, &map_b, NULL };
167 assert_string_equal(certmap[0]->name, map_a.name);
168 assert_string_equal(certmap[0]->map_rule, map_a.map_rule);
169 assert_string_equal(certmap[0]->match_rule, map_a.match_rule);
170 assert_int_equal(certmap[0]->priority, map_a.priority);
174 check_certmap(certmap[0], &map_a, 0);
202 if (strcmp(certmap[0]->name, "map_a") == 0) {
203 check_certmap(certmap[0], &map_a, 0);
207 check_certmap(certmap[1], &map_a, 0);