Searched refs:change_file_prop (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_migrate.c273 change_file_prop(void *file_baton, function
281 /*SVN_ERR(eb->wrapped_editor->change_file_prop(fb->wrapped_file_baton,
349 change_file_prop,
H A Ddepth_filter_editor.c395 change_file_prop(void *file_baton,
405 SVN_ERR(eb->wrapped_editor->change_file_prop(fb->wrapped_baton,
472 depth_filter_editor->change_file_prop = change_file_prop;
393 change_file_prop(void *file_baton, function
H A Dcancel.c299 change_file_prop(void *file_baton, function
309 return eb->wrapped_editor->change_file_prop(fb->wrapped_file_baton,
378 tree_editor->change_file_prop = change_file_prop;
H A Ddebug_editor.c380 change_file_prop(void *file_baton, function
389 SVN_ERR(svn_stream_printf(eb->out, pool, "change_file_prop : %s -> %s\n",
393 SVN_ERR(eb->wrapped_editor->change_file_prop(fb->wrapped_file_baton,
484 tree_editor->change_file_prop = change_file_prop;
H A Dbranch_compat.c851 SVN_ERR(deditor->change_file_prop(node_baton,
861 SVN_ERR(deditor->change_file_prop(node_baton,
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c137 change_file_prop(void *file_baton,
254 editor->change_file_prop = change_file_prop;
136 change_file_prop(void *file_baton, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c633 change_file_prop(void *file_baton,
644 return eb->wrapped_editor->change_file_prop(fb->wrapped_baton,
701 depth_filter_editor->change_file_prop = change_file_prop;
631 change_file_prop(void *file_baton, function
H A Dexternals.c658 change_file_prop(void *file_baton,
1139 tree_editor->change_file_prop = change_file_prop;
656 change_file_prop(void *file_baton, function
H A Dstatus.c2347 change_file_prop(void *file_baton,
2558 tree_editor->change_file_prop = change_file_prop;
2341 change_file_prop(void *file_baton, function
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c469 change_file_prop(void *file_baton, function
523 return eb->wrapped_editor->change_file_prop(fb->wrapped_node_baton,
720 tree_editor->change_file_prop = change_file_prop;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c100 static svn_error_t *change_file_prop(struct context *c,
453 change_file_prop(struct context *c,
459 return c->editor->change_file_prop(object, name, value, pool);
642 change_file_prop, file_baton, subpool));
446 change_file_prop(struct context *c, function
H A Dnode_tree.c411 my_editor->change_file_prop = change_node_prop;
H A Ddump_editor.c120 /* Properties which were modified during change_file_prop. */
123 /* Properties which were deleted during change_file_prop. */
368 /* We are here after a change_file_prop or change_dir_prop. They
852 change_file_prop(void *file_baton,
1030 de->change_file_prop = change_file_prop;
850 change_file_prop(void *file_baton, function
H A Dcommit.c655 change_file_prop(void *file_baton,
1047 e->change_file_prop = change_file_prop;
652 change_file_prop(void *file_baton, function
H A Dreporter.c458 change_file_prop(report_baton_t *b, void *file_baton, const char *name, function
461 return svn_error_trace(b->editor->change_file_prop(file_baton, name, value,
683 change_file_prop, file_baton, pool));
968 * and change_file_prop()/apply_textdelta() calls with no-op changes.
H A Dreplay.c309 SVN_ERR(editor->change_file_prop(file_baton, key, val, subpool));
734 SVN_ERR(editor->change_file_prop(file_baton, pc->name,
746 SVN_ERR(editor->change_file_prop(file_baton, "", NULL,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c737 change_file_prop(void *file_baton,
918 editor->change_file_prop = change_file_prop;
1271 /* Push the props into change_file_prop(), to update the file_baton
1278 SVN_ERR(change_file_prop(fb, propname, propval, scratch_pool));
734 change_file_prop(void *file_baton, function
H A Drepos_diff.c362 the change_dir_prop and change_file_prop svn_delta_editor_t
1144 change_file_prop(void *file_baton, function
1385 tree_editor->change_file_prop = change_file_prop;
H A Dwc_editor.c588 editor->change_file_prop = file_change_prop;
H A Dimport.c265 SVN_ERR(editor->change_file_prop(file_baton, pname, pval, pool));
289 SVN_ERR(editor->change_file_prop(file_baton, SVN_PROP_SPECIAL,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h780 * the file's contents, or @c change_file_prop to change the file's
825 * (@c change_file_prop and/or @c apply_textdelta /
830 * (b) The producer must follow with a @c change_file_prop call if
1110 svn_error_t *(*change_file_prop)(void *file_baton,
1106 svn_error_t *(*change_file_prop)(void *file_baton, member in struct:svn_delta_editor_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c734 SVN_ERR(ctx->editor->change_file_prop(dir->dir_baton,
899 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
919 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
927 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
1141 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
1772 SVN_ERR(ctx->editor->change_file_prop(file->file_baton,
2015 SVN_ERR(ctx->editor->change_file_prop(ctx->cur_file->file_baton,
H A Dcommit.c2120 change_file_prop(void *file_baton,
2407 editor->change_file_prop = change_file_prop;
2118 change_file_prop(void *file_baton, function
H A Dreplay.c421 SVN_ERR(ctx->editor->change_file_prop(node->baton, name, value,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c460 ra_svn_editor->change_file_prop = ra_svn_change_file_prop;
842 SVN_CMD_ERR(ds->editor->change_file_prop(entry->baton, name, value, pool));

Completed in 320 milliseconds

12