Home
last modified time | relevance | path

Searched refs:source_prop_encoding (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsync.c63 const char *source_prop_encoding, in normalize_string() argument
76 if (source_prop_encoding == NULL) in normalize_string()
77 source_prop_encoding = "UTF-8"; in normalize_string()
81 *str, source_prop_encoding, TRUE, in normalize_string()
188 const char *source_prop_encoding, in svnsync_normalize_revprops() argument
205 source_prop_encoding, pool, pool)); in svnsync_normalize_revprops()
239 const char *source_prop_encoding; member
510 eb->source_prop_encoding, pool, pool)); in change_file_prop()
619 SVN_ERR(normalize_string(&value, &was_normalized, eb->source_prop_encoding, in change_dir_prop()
699 const char *source_prop_encoding, in svnsync_get_sync_editor() argument
[all …]
H A Dsync.h49 const char *source_prop_encoding,
73 const char *source_prop_encoding,
H A Dsvnsync.c313 const char *source_prop_encoding; member
421 const char *source_prop_encoding; member
707 const char *source_prop_encoding, in copy_revprops() argument
728 source_prop_encoding, pool)); in copy_revprops()
771 b->source_prop_encoding = opt_baton->source_prop_encoding; in make_subcommand_baton()
879 baton->quiet, baton->source_prop_encoding, in do_initialize()
1310 rb->sb->source_prop_encoding, pool)); in replay_rev_started()
1387 rb->sb->source_prop_encoding, pool)); in replay_rev_finished()
1498 baton->source_prop_encoding, in do_synchronize()
1979 const char *source_prop_encoding = NULL; in sub_main() local
[all …]