Searched refs:map_b (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_sysdb_certmap.c137 struct certmap_info map_b = { discard_const("map_b"), UINT_MAX, discard_const("abc"), NULL, domains }; local
140 struct certmap_info *certmap_b[] = { &map_b, NULL };
141 struct certmap_info *certmap_ab[] = { &map_a, &map_b, NULL };
187 check_certmap(certmap[0], &map_b, 3);
204 check_certmap(certmap[1], &map_b, 3);
206 check_certmap(certmap[0], &map_b, 3);
H A Dtest_sdap_certmap.c42 struct certmap_info map_b = { discard_const("map_b"), UINT_MAX, variable in typeref:struct:certmap_info
44 struct certmap_info *certmap[] = { &map_a, &map_b, NULL };

Completed in 10 milliseconds