error1           1069 librpc/gen_ndr/drsuapi.h 	struct drsuapi_DsAddEntryErrorInfo1 error1;/* [case] */
error1           7743 librpc/gen_ndr/ndr_drsuapi.c 				NDR_CHECK(ndr_push_drsuapi_DsAddEntryErrorInfo1(ndr, NDR_SCALARS, &r->error1));
error1           7770 librpc/gen_ndr/ndr_drsuapi.c 				NDR_CHECK(ndr_push_drsuapi_DsAddEntryErrorInfo1(ndr, NDR_BUFFERS, &r->error1));
error1           7804 librpc/gen_ndr/ndr_drsuapi.c 				NDR_CHECK(ndr_pull_drsuapi_DsAddEntryErrorInfo1(ndr, NDR_SCALARS, &r->error1));
error1           7830 librpc/gen_ndr/ndr_drsuapi.c 				NDR_CHECK(ndr_pull_drsuapi_DsAddEntryErrorInfo1(ndr, NDR_BUFFERS, &r->error1));
error1           7859 librpc/gen_ndr/ndr_drsuapi.c 			ndr_print_drsuapi_DsAddEntryErrorInfo1(ndr, "error1", &r->error1);
error1             51 source4/lib/registry/patchfile.c 	WERROR error, error1, error2;
error1             73 source4/lib/registry/patchfile.c 		error1 = reg_key_get_subkey_by_index(mem_ctx, oldkey, i,
error1             75 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1             77 source4/lib/registry/patchfile.c 				win_errstr(error1)));
error1            102 source4/lib/registry/patchfile.c 		error1 = reg_open_key(mem_ctx, oldkey, keyname1, &t1);
error1            103 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1            105 source4/lib/registry/patchfile.c 			win_errstr(error1)));
error1            107 source4/lib/registry/patchfile.c 			return error1;
error1            131 source4/lib/registry/patchfile.c 		error1 = reg_key_get_subkey_by_index(mem_ctx, newkey, i,
error1            133 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1            135 source4/lib/registry/patchfile.c 				win_errstr(error1)));
error1            137 source4/lib/registry/patchfile.c 			return error1;
error1            162 source4/lib/registry/patchfile.c 		error1 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
error1            163 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1            165 source4/lib/registry/patchfile.c 			win_errstr(error1)));
error1            167 source4/lib/registry/patchfile.c 			return error1;
error1            180 source4/lib/registry/patchfile.c 		error1 = reg_key_get_value_by_index(mem_ctx, newkey, i,
error1            182 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1            184 source4/lib/registry/patchfile.c 				win_errstr(error1)));
error1            186 source4/lib/registry/patchfile.c 			return error1;
error1            219 source4/lib/registry/patchfile.c 		error1 = reg_key_get_value_by_index(mem_ctx, oldkey, i, &name,
error1            221 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error1)) {
error1            223 source4/lib/registry/patchfile.c 				win_errstr(error1)));
error1            225 source4/lib/registry/patchfile.c 			return error1;
error1           2243 source4/libnet/libnet_become_dc.c 				status = r->out.ctr->ctr3.error->info1.info->error1.status;