get_domain_group_from_sid 725 source3/groupdb/mapping.c res = get_domain_group_from_sid(*sid, &map);
get_domain_group_from_sid 741 source3/groupdb/mapping.c if (!get_domain_group_from_sid(*sid, &map))
get_domain_group_from_sid 195 source3/include/proto.h bool get_domain_group_from_sid(DOM_SID sid, GROUP_MAP *map);
get_domain_group_from_sid 405 source3/libnet/libnet_samsync_passdb.c if (!get_domain_group_from_sid(group_sid, &map)) {
get_domain_group_from_sid 613 source3/passdb/pdb_interface.c if (!get_domain_group_from_sid(group_sid, &map)) {
get_domain_group_from_sid 792 source3/passdb/pdb_interface.c if (!get_domain_group_from_sid(group_sid, &map) ||
get_domain_group_from_sid 854 source3/passdb/pdb_interface.c if (!get_domain_group_from_sid(group_sid, &map) ||
get_domain_group_from_sid 6084 source3/rpc_server/srv_samr_nt.c ret = get_domain_group_from_sid(group_sid, &map);
get_domain_group_from_sid 6184 source3/rpc_server/srv_samr_nt.c ret = get_domain_group_from_sid(group_sid, &map);
get_domain_group_from_sid 6412 source3/rpc_server/srv_samr_nt.c ret = get_domain_group_from_sid(info->sid, &map);