ads_tmp           752 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT **ads_tmp = NULL;
ads_tmp           770 source3/winbindd/idmap_adex/gc_util.c 		ads_tmp = TALLOC_ARRAY(NULL, ADS_STRUCT*, 1);
ads_tmp           771 source3/winbindd/idmap_adex/gc_util.c 		BAIL_ON_PTR_ERROR(ads_tmp, nt_status);
ads_tmp           776 source3/winbindd/idmap_adex/gc_util.c 		ads_tmp = TALLOC_REALLOC_ARRAY(*ads_list, *ads_list, ADS_STRUCT*,
ads_tmp           778 source3/winbindd/idmap_adex/gc_util.c 		BAIL_ON_PTR_ERROR(ads_tmp, nt_status);
ads_tmp           785 source3/winbindd/idmap_adex/gc_util.c 	ads_tmp[count] = ads;
ads_tmp           789 source3/winbindd/idmap_adex/gc_util.c 	*ads_list = ads_tmp;
ads_tmp           797 source3/winbindd/idmap_adex/gc_util.c 		talloc_destroy(ads_tmp);