Searched defs:map_a (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_sdap_certmap.c39 struct certmap_info map_a = { discard_const("map_a"), 11, variable in typeref:struct:certmap_info
44 struct certmap_info *certmap[] = { &map_a, &map_b, NULL };
H A Dtest_sysdb_certmap.c136 struct certmap_info map_a = { discard_const("map_a"), 11, discard_const("abc"), discard_const("def"), NULL }; local
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")
[all...]

Completed in 6 milliseconds