Home
last modified time | relevance | path

Searched refs:svn_string_create_empty (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c129 propval = svn_string_create_empty(pool); in svn_cl__propedit()
246 propval = svn_string_create_empty(subpool); in svn_cl__propedit()
H A Dconflict-callbacks.c232 base_propval = svn_string_create_empty(pool); in merge_prop_conflict()
234 my_propval = svn_string_create_empty(pool); in merge_prop_conflict()
236 their_propval = svn_string_create_empty(pool); in merge_prop_conflict()
H A Dutil.c504 svn_string_t *msg_string = svn_string_create_empty(pool); in svn_cl__get_log_message()
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c591 : svn_string_create_empty(iterpool); in svn_diff__display_prop_diffs()
594 : svn_string_create_empty(iterpool); in svn_diff__display_prop_diffs()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_string.h138 svn_string_create_empty(apr_pool_t *pool);
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dadd.c175 svn_string_create_empty(apr_hash_pool_get(properties)); in get_auto_props_for_pattern()
262 svn_string_create_empty(result_pool)); in svn_client__get_paths_auto_props()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c537 mine = svn_string_create_empty(scratch_pool); in prop_conflict_new()
539 incoming = svn_string_create_empty(scratch_pool); in prop_conflict_new()
541 incoming_base = svn_string_create_empty(scratch_pool); in prop_conflict_new()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c1014 propval = svn_string_create_empty(pool); in svn_opt_parse_revprop()
H A Dstring.c218 svn_string_create_empty(apr_pool_t *pool) in svn_string_create_empty() function
H A Dcmdline.c1550 translated_contents = svn_string_create_empty(pool); in svn_cmdline__edit_string_externally()
H A Dio.c2057 *dest = svn_string_create_empty(pool); in io_win_read_link()
/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1304 svn_string_create_empty(pool)); in replay_rev_started()
/freebsd-13.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2065 prop_value = svn_string_create_empty(pool); in set_revprop()