| /freebsd-13.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | depth_filter_editor.c | 45 struct node_baton struct 70 static struct node_baton * 90 struct node_baton *pb, in okay_to_edit() 156 struct node_baton *b; in open_root() 201 struct node_baton *b = NULL; in add_directory() 230 struct node_baton *b; in open_directory() 259 struct node_baton *b = NULL; in add_file() 287 struct node_baton *b; in open_file() 313 struct node_baton *fb = file_baton; in apply_textdelta() 366 struct node_baton *db = dir_baton; in close_directory() [all …]
|
| H A D | branch_compat.c | 823 void *node_baton, in drive_ev1_props() argument 847 SVN_ERR(deditor->change_dir_prop(node_baton, in drive_ev1_props() 851 SVN_ERR(deditor->change_file_prop(node_baton, in drive_ev1_props() 861 SVN_ERR(deditor->change_file_prop(node_baton, in drive_ev1_props()
|
| H A D | compat.c | 1507 void *node_baton, in drive_ev1_props() argument 1554 SVN_ERR(eb->deditor->change_dir_prop(node_baton, in drive_ev1_props() 1558 SVN_ERR(eb->deditor->change_file_prop(node_baton, in drive_ev1_props() 1567 SVN_ERR(eb->deditor->change_file_prop(node_baton, in drive_ev1_props()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | node_tree.c | 192 struct node_baton struct 195 struct node_baton *parent_baton; argument 206 struct node_baton *d = parent_baton; in delete_entry() argument 262 struct node_baton *pb = parent_baton; in add_open_helper() 264 struct node_baton *nb = apr_pcalloc(pool, sizeof(*nb)); in add_open_helper() 292 struct node_baton *d = apr_pcalloc(pool, sizeof(*d)); in open_root() 366 struct node_baton *fb = file_baton; in apply_textdelta() 376 change_node_prop(void *node_baton, in change_node_prop() argument 381 struct node_baton *nb = node_baton; in change_node_prop()
|
| H A D | load.c | 457 dummy_handler_new_node_record(void **node_baton, in dummy_handler_new_node_record() argument 462 *node_baton = NULL; in dummy_handler_new_node_record() 475 dummy_handler_set_node_property(void *node_baton, in dummy_handler_set_node_property() argument 483 dummy_handler_delete_node_property(void *node_baton, in dummy_handler_delete_node_property() argument 490 dummy_handler_remove_node_props(void *node_baton) in dummy_handler_remove_node_props() argument 497 void *node_baton) in dummy_handler_set_fulltext() argument 505 void *node_baton) in dummy_handler_apply_textdelta() argument 514 dummy_handler_close_node(void *node_baton) in dummy_handler_close_node() argument 607 void *node_baton; in svn_repos_parse_dumpstream3() local 720 found_node ? node_baton : rev_baton, in svn_repos_parse_dumpstream3() [all …]
|
| H A D | load-fs-vtable.c | 112 struct node_baton struct 673 struct node_baton *nb; in new_node_record() 685 *node_baton = nb; in new_node_record() 727 *node_baton = nb; in new_node_record() 830 struct node_baton *nb = baton; in set_node_property() 894 struct node_baton *nb = baton; in delete_node_property() 910 struct node_baton *nb = baton; in remove_node_props() 940 struct node_baton *nb = node_baton; in apply_textdelta() 962 void *node_baton) in set_fulltext() argument 964 struct node_baton *nb = node_baton; in set_fulltext() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/svnrdump/ |
| H A D | load_editor.c | 162 struct node_baton struct 367 struct node_baton *nb; in new_node_record() 560 *node_baton = nb; in new_node_record() 607 struct node_baton *nb = baton; in set_node_property() 650 struct node_baton *nb = baton; in delete_node_property() 675 struct node_baton *nb = baton; in remove_node_props() 738 void *node_baton) in set_fulltext() argument 740 struct node_baton *nb = node_baton; in set_fulltext() 758 struct node_baton *nb = node_baton; in apply_textdelta() 771 struct node_baton *nb = baton; in close_node() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_repos.h | 3707 svn_error_t *(*new_node_record)(void **node_baton, 3738 void *node_baton); 3752 void *node_baton); 3757 svn_error_t *(*close_node)(void *node_baton); 3965 svn_error_t *(*new_node_record)(void **node_baton, 3984 void *node_baton); 3988 void *node_baton); 3990 svn_error_t *(*close_node)(void *node_baton); 4018 svn_error_t *(*new_node_record)(void **node_baton, 4034 void *node_baton); [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/svndumpfilter/ |
| H A D | svndumpfilter.c | 456 new_node_record(void **node_baton, in new_node_record() argument 468 nb = *node_baton; in new_node_record() 745 set_node_property(void *node_baton, in set_node_property() argument 749 struct node_baton_t *nb = node_baton; in set_node_property() 783 struct node_baton_t *nb = node_baton; in delete_node_property() 808 remove_node_props(void *node_baton) in remove_node_props() argument 810 struct node_baton_t *nb = node_baton; in remove_node_props() 821 set_fulltext(svn_stream_t **stream, void *node_baton) in set_fulltext() argument 823 struct node_baton_t *nb = node_baton; in set_fulltext() 852 close_node(void *node_baton) in close_node() argument [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | mtcc.c | 1079 void *node_baton, in commit_properties() argument 1096 SVN_ERR(editor->change_dir_prop(node_baton, mod->name, mod->value, in commit_properties() 1099 SVN_ERR(editor->change_file_prop(node_baton, mod->name, mod->value, in commit_properties()
|