Home
last modified time | relevance | path

Searched refs:svn_skel__prepend_str (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDworkqueue.c376 svn_skel__prepend_str(local_relpath, *work_item, result_pool); in svn_wc__wq_build_file_commit()
378 svn_skel__prepend_str(OP_FILE_COMMIT, *work_item, result_pool); in svn_wc__wq_build_file_commit()
438 svn_skel__prepend_str(OP_POSTUPGRADE, *work_item, result_pool); in svn_wc__wq_build_postupgrade()
660 svn_skel__prepend_str(local_relpath, *work_item, result_pool); in svn_wc__wq_build_file_install()
668 svn_skel__prepend_str(local_relpath, *work_item, result_pool); in svn_wc__wq_build_file_install()
669 svn_skel__prepend_str(OP_FILE_INSTALL, *work_item, result_pool); in svn_wc__wq_build_file_install()
719 svn_skel__prepend_str(local_relpath, *work_item, result_pool); in svn_wc__wq_build_file_remove()
720 svn_skel__prepend_str(OP_FILE_REMOVE, *work_item, result_pool); in svn_wc__wq_build_file_remove()
801 svn_skel__prepend_str(local_relpath, *work_item, result_pool); in svn_wc__wq_build_dir_remove()
802 svn_skel__prepend_str(OP_DIRECTORY_REMOVE, *work_item, result_pool); in svn_wc__wq_build_dir_remove()
[all …]
HDconflicts.c115 svn_skel__prepend_str(svn_node_kind_to_word(location->node_kind), in conflict__prepend_location()
120 svn_skel__prepend_str(apr_pstrdup(result_pool, location->path_in_repos), loc, in conflict__prepend_location()
126 svn_skel__prepend_str(location->repos_uuid, loc, result_pool); in conflict__prepend_location()
128 svn_skel__prepend_str(apr_pstrdup(result_pool, location->repos_url), loc, in conflict__prepend_location()
131 svn_skel__prepend_str(SVN_WC__CONFLICT_SRC_SUBVERSION, loc, result_pool); in conflict__prepend_location()
239 svn_skel__prepend_str(SVN_WC__CONFLICT_OP_UPDATE, why, result_pool); in svn_wc__conflict_skel_set_op_update()
273 svn_skel__prepend_str(SVN_WC__CONFLICT_OP_SWITCH, why, result_pool); in svn_wc__conflict_skel_set_op_switch()
308 svn_skel__prepend_str(SVN_WC__CONFLICT_OP_MERGE, why, result_pool); in svn_wc__conflict_skel_set_op_merge()
375 svn_skel__prepend_str(their_relpath, markers, result_pool); in svn_wc__conflict_skel_add_text_conflict()
387 svn_skel__prepend_str(mine_relpath, markers, result_pool); in svn_wc__conflict_skel_add_text_conflict()
[all …]
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_skel.h166 void svn_skel__prepend_str(const char *value,
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDskel.c613 svn_skel__prepend_str(val_string, skel, result_pool); in svn_skel__prepend_int()
617 void svn_skel__prepend_str(const char *value, in svn_skel__prepend_str() function
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDcommit.c1135 svn_skel__prepend_str("create-txn-with-props", request_skel, pool); in create_txn_post_body()