Home
last modified time | relevance | path

Searched refs:node_baton (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_delta/
H A Ddepth_filter_editor.c45 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 Dbranch_compat.c823 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 Dcompat.c1507 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-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dload.c419 dummy_handler_new_node_record(void **node_baton, in dummy_handler_new_node_record() argument
424 *node_baton = NULL; in dummy_handler_new_node_record()
437 dummy_handler_set_node_property(void *node_baton, in dummy_handler_set_node_property() argument
445 dummy_handler_delete_node_property(void *node_baton, in dummy_handler_delete_node_property() argument
452 dummy_handler_remove_node_props(void *node_baton) in dummy_handler_remove_node_props() argument
459 void *node_baton) in dummy_handler_set_fulltext() argument
467 void *node_baton) in dummy_handler_apply_textdelta() argument
476 dummy_handler_close_node(void *node_baton) in dummy_handler_close_node() argument
573 void *node_baton; in svn_repos_parse_dumpstream3() local
686 found_node ? node_baton : rev_baton, in svn_repos_parse_dumpstream3()
[all …]
H A Dnode_tree.c192 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 Dload-fs-vtable.c112 struct node_baton struct
660 struct node_baton *nb; in new_node_record()
672 *node_baton = nb; in new_node_record()
714 *node_baton = nb; in new_node_record()
817 struct node_baton *nb = baton; in set_node_property()
880 struct node_baton *nb = baton; in delete_node_property()
895 struct node_baton *nb = baton; in remove_node_props()
924 struct node_baton *nb = node_baton; in apply_textdelta()
946 void *node_baton) in set_fulltext() argument
948 struct node_baton *nb = node_baton; in set_fulltext()
[all …]
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_repos.h3704 svn_error_t *(*new_node_record)(void **node_baton,
3735 void *node_baton);
3749 void *node_baton);
3754 svn_error_t *(*close_node)(void *node_baton);
3962 svn_error_t *(*new_node_record)(void **node_baton,
3981 void *node_baton);
3985 void *node_baton);
3987 svn_error_t *(*close_node)(void *node_baton);
4015 svn_error_t *(*new_node_record)(void **node_baton,
4031 void *node_baton);
[all …]
/freebsd-12.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c116 struct node_baton struct
487 new_node_record(void **node_baton, in new_node_record() argument
495 struct node_baton *nb; in new_node_record()
705 *node_baton = nb; in new_node_record()
751 struct node_baton *nb = baton; in set_node_property()
794 struct node_baton *nb = baton; in delete_node_property()
819 struct node_baton *nb = baton; in remove_node_props()
884 void *node_baton) in set_fulltext() argument
886 struct node_baton *nb = node_baton; in set_fulltext()
904 struct node_baton *nb = node_baton; in apply_textdelta()
[all …]
/freebsd-12.1/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c457 new_node_record(void **node_baton, in new_node_record() argument
469 nb = *node_baton; in new_node_record()
744 set_node_property(void *node_baton, in set_node_property() argument
748 struct node_baton_t *nb = node_baton; in set_node_property()
782 struct node_baton_t *nb = node_baton; in delete_node_property()
807 remove_node_props(void *node_baton) in remove_node_props() argument
809 struct node_baton_t *nb = node_baton; in remove_node_props()
820 set_fulltext(svn_stream_t **stream, void *node_baton) in set_fulltext() argument
822 struct node_baton_t *nb = node_baton; in set_fulltext()
851 close_node(void *node_baton) in close_node() argument
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c1078 void *node_baton, in commit_properties() argument
1095 SVN_ERR(editor->change_dir_prop(node_baton, mod->name, mod->value, in commit_properties()
1098 SVN_ERR(editor->change_file_prop(node_baton, mod->name, mod->value, in commit_properties()