error2             51 source4/lib/registry/patchfile.c 	WERROR error, error1, error2;
error2             82 source4/lib/registry/patchfile.c 			error2 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
error2             84 source4/lib/registry/patchfile.c 			error2 = WERR_BADFILE;
error2             88 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error2) && !W_ERROR_EQUAL(error2, WERR_BADFILE)) {
error2             90 source4/lib/registry/patchfile.c 				win_errstr(error2)));
error2             92 source4/lib/registry/patchfile.c 			return error2;
error2             98 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error2))
error2            141 source4/lib/registry/patchfile.c 			error2 = reg_open_key(mem_ctx, oldkey, keyname1, &t1);
error2            143 source4/lib/registry/patchfile.c 			if (W_ERROR_IS_OK(error2))
error2            146 source4/lib/registry/patchfile.c 			error2 = WERR_BADFILE;	
error2            150 source4/lib/registry/patchfile.c 		if (!W_ERROR_EQUAL(error2, WERR_BADFILE)) {
error2            152 source4/lib/registry/patchfile.c 				win_errstr(error2)));
error2            154 source4/lib/registry/patchfile.c 			return error2;
error2            190 source4/lib/registry/patchfile.c 			error2 = reg_key_get_value_by_name(mem_ctx, oldkey,
error2            194 source4/lib/registry/patchfile.c 			error2 = WERR_BADFILE;
error2            196 source4/lib/registry/patchfile.c 		if (!W_ERROR_IS_OK(error2)
error2            197 source4/lib/registry/patchfile.c 			&& !W_ERROR_EQUAL(error2, WERR_BADFILE)) {
error2            199 source4/lib/registry/patchfile.c 				win_errstr(error2)));
error2            201 source4/lib/registry/patchfile.c 			return error2;
error2            204 source4/lib/registry/patchfile.c 		if (W_ERROR_IS_OK(error2)
error2            229 source4/lib/registry/patchfile.c 			error2 = reg_key_get_value_by_name(mem_ctx, newkey,
error2            232 source4/lib/registry/patchfile.c 			error2 = WERR_BADFILE;
error2            234 source4/lib/registry/patchfile.c 		if (W_ERROR_IS_OK(error2))
error2            237 source4/lib/registry/patchfile.c 		if (!W_ERROR_EQUAL(error2, WERR_BADFILE)) {
error2            239 source4/lib/registry/patchfile.c 				win_errstr(error2)));
error2            241 source4/lib/registry/patchfile.c 			return error2;