Searched refs:node_baton (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Ddepth_filter_editor.c46 struct node_baton
69 /* Allocate and return a new node_baton structure, populated via the
71 static struct node_baton *
77 struct node_baton *b = apr_palloc(pool, sizeof(*b));
91 struct node_baton *pb,
158 struct node_baton *b;
175 struct node_baton *pb = parent_baton;
201 struct node_baton *pb = parent_baton;
203 struct node_baton *b = NULL;
230 struct node_baton *p
45 struct node_baton struct
[all...]
H A Dcompat.c1486 void *node_baton,
1533 SVN_ERR(eb->deditor->change_dir_prop(node_baton,
1537 SVN_ERR(eb->deditor->change_file_prop(node_baton,
1546 SVN_ERR(eb->deditor->change_file_prop(node_baton,
1482 drive_ev1_props(const struct editor_baton *eb, const char *repos_relpath, const struct change_node *change, void *node_baton, apr_pool_t *scratch_pool) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c195 struct node_baton
198 struct node_baton *parent_baton;
209 struct node_baton *d = parent_baton;
265 struct node_baton *pb = parent_baton;
267 struct node_baton *nb = apr_pcalloc(pool, sizeof(*nb));
295 struct node_baton *d = apr_pcalloc(pool, sizeof(*d));
369 struct node_baton *fb = file_baton;
379 change_node_prop(void *node_baton,
384 struct node_baton *nb = node_baton;
192 struct node_baton struct
376 change_node_prop(void *node_baton, const char *name, const svn_string_t *value, apr_pool_t *pool) argument
[all...]
H A Dload-fs-vtable.c107 struct node_baton
357 make_node_baton(struct node_baton **node_baton_p,
362 struct node_baton *nb = apr_pcalloc(pool, sizeof(*nb));
538 maybe_add_with_history(struct node_baton *nb,
629 new_node_record(void **node_baton,
636 struct node_baton *nb;
648 *node_baton = nb;
686 *node_baton = nb;
736 struct node_baton *nb = baton;
801 struct node_baton *n
106 struct node_baton struct
627 new_node_record(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool) argument
840 apply_textdelta(svn_txdelta_window_handler_t *handler, void **handler_baton, void *node_baton) argument
865 set_fulltext(svn_stream_t **stream, void *node_baton) argument
[all...]
H A Dload.c459 void *node_baton;
516 SVN_ERR(parse_fns->new_node_record(&node_baton,
566 SVN_ERR(parse_fns->remove_node_props(node_baton));
572 found_node ? node_baton : rev_baton,
592 found_node ? node_baton : rev_baton,
626 found_node ? node_baton : rev_baton,
670 SVN_ERR(parse_fns->close_node(node_baton));
457 void *node_baton; local
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_repos.h2850 * @a pool. The @a node_baton received back is allocated in @a pool
2853 svn_error_t *(*new_node_record)(void **node_baton,
2863 /** For a given @a node_baton, set a property @a name to @a value. */
2864 svn_error_t *(*set_node_property)(void *node_baton,
2868 /** For a given @a node_baton, delete property @a name. */
2869 svn_error_t *(*delete_node_property)(void *node_baton, const char *name);
2871 /** For a given @a node_baton, remove all properties. */
2872 svn_error_t *(*remove_node_props)(void *node_baton);
2874 /** For a given @a node_baton, receive a writable @a stream capable of
2883 void *node_baton);
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c113 struct node_baton
607 new_node_record(void **node_baton,
615 struct node_baton *nb;
674 stuff them into the node_baton for writing later */
846 *node_baton = nb;
891 struct node_baton *nb = baton;
965 struct node_baton *nb = baton;
984 struct node_baton *nb = baton;
1020 void *node_baton)
1022 struct node_baton *n
112 struct node_baton struct
605 new_node_record(void **node_baton, apr_hash_t *headers, void *revision_baton, apr_pool_t *pool) argument
1017 set_fulltext(svn_stream_t **stream, void *node_baton) argument
1035 apply_textdelta(svn_txdelta_window_handler_t *handler, void **handler_baton, void *node_baton) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c533 /* New node here. Set up node_baton by copying headers. */ argument
535 new_node_record(void **node_baton,
546 *node_baton = apr_palloc(pool, sizeof(struct node_baton_t));
547 nb = *node_baton;
882 set_node_property(void *node_baton,
886 struct node_baton_t *nb = node_baton;
915 delete_node_property(void *node_baton, const char *name)
917 struct node_baton_t *nb = node_baton;
938 remove_node_props(void *node_baton)
940 struct node_baton_t *nb = node_baton;
880 set_node_property(void *node_baton, const char *name, const svn_string_t *value) argument
913 delete_node_property(void *node_baton, const char *name) argument
936 remove_node_props(void *node_baton) argument
950 set_fulltext(svn_stream_t **stream, void *node_baton) argument
968 close_node(void *node_baton) argument
[all...]

Completed in 191 milliseconds