callback_data      31 source4/lib/registry/patchfile.c 				   void *callback_data);
callback_data      36 source4/lib/registry/patchfile.c 				     void *callback_data);
callback_data      45 source4/lib/registry/patchfile.c 			     void *callback_data)
callback_data      99 source4/lib/registry/patchfile.c 			callbacks->del_key(callback_data, tmppath);
callback_data     109 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
callback_data     159 source4/lib/registry/patchfile.c 		callbacks->add_key(callback_data, tmppath);
callback_data     169 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
callback_data     209 source4/lib/registry/patchfile.c 		callbacks->set_value(callback_data, path, name,
callback_data     244 source4/lib/registry/patchfile.c 		callbacks->del_value(callback_data, path, name);
callback_data     257 source4/lib/registry/patchfile.c 				  void *callback_data)
callback_data     285 source4/lib/registry/patchfile.c 			callback_data);
callback_data     293 source4/lib/registry/patchfile.c 		callbacks->done(callback_data);
callback_data     304 source4/lib/registry/patchfile.c 			      void *callback_data)
callback_data     335 source4/lib/registry/patchfile.c 		return reg_preg_diff_load(fd, iconv_convenience, callbacks, callback_data);
callback_data     338 source4/lib/registry/patchfile.c 		return reg_dotreg_diff_load(fd, iconv_convenience, callbacks, callback_data);
callback_data      92 source4/lib/registry/patchfile_dotreg.c static WERROR reg_dotreg_diff_del_all_values(void *callback_data,
callback_data     104 source4/lib/registry/patchfile_dotreg.c 				     void **callback_data)
callback_data     109 source4/lib/registry/patchfile_dotreg.c 	*callback_data = data;
callback_data     143 source4/lib/registry/patchfile_dotreg.c 				     void *callback_data)
callback_data     183 source4/lib/registry/patchfile_dotreg.c 				error = callbacks->del_key(callback_data,
callback_data     198 source4/lib/registry/patchfile_dotreg.c 			error = callbacks->add_key(callback_data, curkey);
callback_data     227 source4/lib/registry/patchfile_dotreg.c 			error = callbacks->del_value(callback_data,
callback_data     250 source4/lib/registry/patchfile_dotreg.c 		error = callbacks->set_value(callback_data, curkey, line,
callback_data     145 source4/lib/registry/patchfile_preg.c 				   void **callback_data)
callback_data     155 source4/lib/registry/patchfile_preg.c 	*callback_data = data;
callback_data     191 source4/lib/registry/patchfile_preg.c 				   void *callback_data)
callback_data     307 source4/lib/registry/patchfile_preg.c 			callbacks->del_all_values(callback_data, key);
callback_data     311 source4/lib/registry/patchfile_preg.c 			callbacks->del_value(callback_data, key, p);
callback_data     321 source4/lib/registry/patchfile_preg.c 				callbacks->del_value(callback_data, key, p);
callback_data     325 source4/lib/registry/patchfile_preg.c 			callbacks->del_value(callback_data, key, p);
callback_data     337 source4/lib/registry/patchfile_preg.c 				callbacks->del_key(callback_data, full_key);
callback_data     343 source4/lib/registry/patchfile_preg.c 			callbacks->del_key(callback_data, full_key);
callback_data     346 source4/lib/registry/patchfile_preg.c 			callbacks->add_key(callback_data, key);
callback_data     347 source4/lib/registry/patchfile_preg.c 			callbacks->set_value(callback_data, key, value_name,
callback_data     476 source4/lib/registry/registry.h 	WERROR (*add_key) (void *callback_data, const char *key_name);
callback_data     477 source4/lib/registry/registry.h 	WERROR (*set_value) (void *callback_data, const char *key_name,
callback_data     480 source4/lib/registry/registry.h 	WERROR (*del_value) (void *callback_data, const char *key_name,
callback_data     482 source4/lib/registry/registry.h 	WERROR (*del_key) (void *callback_data, const char *key_name);
callback_data     483 source4/lib/registry/registry.h 	WERROR (*del_all_values) (void *callback_data, const char *key_name);
callback_data     484 source4/lib/registry/registry.h 	WERROR (*done) (void *callback_data);
callback_data     493 source4/lib/registry/registry.h 			 void *callback_data);
callback_data     497 source4/lib/registry/registry.h 			    void **callback_data);
callback_data     501 source4/lib/registry/registry.h 			  void **callback_data);
callback_data     506 source4/lib/registry/registry.h 			     void *callback_data);
callback_data     510 source4/lib/registry/registry.h 		     void *callback_data);
callback_data     515 source4/lib/registry/registry.h 				     void *callback_data);
callback_data     520 source4/lib/registry/registry.h 				   void *callback_data);
callback_data      33 source4/lib/registry/tests/diff.c 	void *callback_data;
callback_data      45 source4/lib/registry/tests/diff.c 			td->callback_data);
callback_data     100 source4/lib/registry/tests/diff.c static WERROR test_add_key(void *callback_data, const char *key_name)
callback_data     102 source4/lib/registry/tests/diff.c 	added_key = talloc_strdup(callback_data, key_name);
callback_data     258 source4/lib/registry/tests/diff.c 	error = reg_preg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);
callback_data     276 source4/lib/registry/tests/diff.c 	error = reg_dotreg_diff_save(tctx, td->filename, ic, &td->callbacks, &td->callback_data);
callback_data      85 source4/lib/registry/tools/regdiff.c 	void *callback_data;
callback_data     134 source4/lib/registry/tools/regdiff.c 				     &callback_data);
callback_data     141 source4/lib/registry/tools/regdiff.c 	error = reg_generate_diff(h1, h2, callbacks, callback_data);