Searched refs:map_b (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_sysdb_certmap.c | 137 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 D | test_sdap_certmap.c | 42 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