error_type         23 source3/include/ads.h 	enum ads_error_type error_type;
error_type        154 source3/include/ads.h #define ADS_ERR_OK(status) ((status.error_type == ENUM_ADS_ERROR_NT) ? NT_STATUS_IS_OK(status.err.nt_status):(status.err.rc == 0))
error_type         36 source3/libads/ads_status.c 		ret.error_type = ENUM_ADS_ERROR_SYSTEM;
error_type         42 source3/libads/ads_status.c 	ret.error_type = etype;		
error_type         55 source3/libads/ads_status.c 		ret.error_type = ENUM_ADS_ERROR_SYSTEM;
error_type         60 source3/libads/ads_status.c 	ret.error_type = etype;		
error_type         71 source3/libads/ads_status.c 	switch (status.error_type) {
error_type        102 source3/libads/ads_status.c 	switch (status.error_type) {
error_type        231 source3/libnet/libnet_join.c 	} else  if ((status.error_type == ENUM_ADS_ERROR_LDAP) &&
error_type        421 source3/winbindd/idmap_adex/likewise_cell.c 		if (status.error_type == ENUM_ADS_ERROR_LDAP) {
error_type        132 source3/winbindd/winbindd_ads.c 		if (status.error_type == ENUM_ADS_ERROR_SYSTEM &&