Home
last modified time | relevance | path

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

/freebsd-12.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.c308 const char *source_prop_encoding; member
416 const char *source_prop_encoding; member
702 const char *source_prop_encoding, in copy_revprops() argument
723 source_prop_encoding, pool)); in copy_revprops()
766 b->source_prop_encoding = opt_baton->source_prop_encoding; in make_subcommand_baton()
874 baton->quiet, baton->source_prop_encoding, in do_initialize()
1305 rb->sb->source_prop_encoding, pool)); in replay_rev_started()
1382 rb->sb->source_prop_encoding, pool)); in replay_rev_finished()
1493 baton->source_prop_encoding, in do_synchronize()
1974 const char *source_prop_encoding = NULL; in sub_main() local
[all …]