get_group_map_from_sid  410 source3/groupdb/mapping.c 	return backend->get_group_map_from_sid(sid, map) ?
get_group_map_from_sid   21 source3/groupdb/mapping.h 	bool (*get_group_map_from_sid)(DOM_SID sid, GROUP_MAP *map);
get_group_map_from_sid  432 source3/groupdb/mapping_ldb.c 	if (!get_group_map_from_sid(*alias, &map)) {
get_group_map_from_sid  678 source3/groupdb/mapping_ldb.c 	.get_group_map_from_sid    = get_group_map_from_sid,
get_group_map_from_sid  465 source3/groupdb/mapping_tdb.c 	if (!get_group_map_from_sid(*alias, &map))
get_group_map_from_sid  601 source3/groupdb/mapping_tdb.c 	if (!get_group_map_from_sid(*alias, &map))
get_group_map_from_sid  721 source3/groupdb/mapping_tdb.c 	.get_group_map_from_sid    = get_group_map_from_sid,