Home
last modified time | relevance | path

Searched refs:svn_stream_printf (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
HDdebug_editor.c71 SVN_ERR(svn_stream_printf(eb->out, pool, "set_target_revision : %ld\n", in set_target_revision()
91 SVN_ERR(svn_stream_printf(eb->out, pool, "open_root : %ld\n", in open_root()
118 SVN_ERR(svn_stream_printf(eb->out, pool, "delete_entry : %s:%ld\n", in delete_entry()
142 SVN_ERR(svn_stream_printf(eb->out, pool, in add_directory()
173 SVN_ERR(svn_stream_printf(eb->out, pool, "open_directory : '%s':%ld\n", in open_directory()
203 SVN_ERR(svn_stream_printf(eb->out, pool, in add_file()
235 SVN_ERR(svn_stream_printf(eb->out, pool, "open_file : '%s':%ld\n", in open_file()
264 SVN_ERR(svn_stream_printf(eb->out, pool, "apply_textdelta : %s\n", in apply_textdelta()
289 SVN_ERR(svn_stream_printf(eb->out, scratch_pool, in apply_textdelta_stream()
314 SVN_ERR(svn_stream_printf(eb->out, pool, "close_file : %s\n", in close_file()
[all …]
HDbranch.c538 SVN_ERR(svn_stream_printf(stream, scratch_pool, in branch_txn_serialize()
1637 SVN_ERR(svn_stream_printf(stream, scratch_pool, in history_serialize()
1646 SVN_ERR(svn_stream_printf(stream, scratch_pool, in history_serialize()
1665 SVN_ERR(svn_stream_printf(stream, scratch_pool, in svn_branch__state_serialize()
1685 SVN_ERR(svn_stream_printf(stream, scratch_pool, in svn_branch__state_serialize()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
HDdebug_reporter.c51 SVN_ERR(svn_stream_printf(rb->out, pool, "set_path(%s, %ld, %s, %s, %s)\n", in set_path()
66 SVN_ERR(svn_stream_printf(rb->out, pool, "delete_path(%s)\n", path)); in delete_path()
83 SVN_ERR(svn_stream_printf(rb->out, pool, in link_path()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDlow_level.c667 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n", in svn_fs_x__write_noderev()
670 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_NODE ": %s\n", in svn_fs_x__write_noderev()
673 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPY ": %s\n", in svn_fs_x__write_noderev()
676 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n", in svn_fs_x__write_noderev()
681 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n", in svn_fs_x__write_noderev()
685 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n", in svn_fs_x__write_noderev()
689 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n", in svn_fs_x__write_noderev()
696 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n", in svn_fs_x__write_noderev()
701 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_CPATH ": %s\n", in svn_fs_x__write_noderev()
706 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPYFROM ": %ld" in svn_fs_x__write_noderev()
[all …]
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDblame-cmd.c153 SVN_ERR(svn_stream_printf(out, pool, "%s %10s %s ", rev_str, in print_line_info()
158 SVN_ERR(svn_stream_printf(out, pool, "%-14s ", path)); in print_line_info()
162 return svn_stream_printf(out, pool, "%s %10.10s ", rev_str, in print_line_info()
237 return svn_stream_printf(out, pool, "%s%s", line->data, APR_EOL_STR); in blame_receiver()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDlow_level.c1185 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_ID ": %s\n", in svn_fs_fs__write_noderev()
1189 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TYPE ": %s\n", in svn_fs_fs__write_noderev()
1194 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PRED ": %s\n", in svn_fs_fs__write_noderev()
1198 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COUNT ": %d\n", in svn_fs_fs__write_noderev()
1202 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_TEXT ": %s\n", in svn_fs_fs__write_noderev()
1210 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_PROPS ": %s\n", in svn_fs_fs__write_noderev()
1215 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_CPATH ": %s\n", in svn_fs_fs__write_noderev()
1219 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPYFROM ": %ld" in svn_fs_fs__write_noderev()
1226 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_COPYROOT ": %ld" in svn_fs_fs__write_noderev()
1237 SVN_ERR(svn_stream_printf(outfile, scratch_pool, HEADER_MINFO_CNT in svn_fs_fs__write_noderev()
HDrevprops.c917 SVN_ERR(svn_stream_printf(stream, pool, "%ld\n", start_revision)); in serialize_revprops_header()
918 SVN_ERR(svn_stream_printf(stream, pool, "%d\n", end - start)); in serialize_revprops_header()
929 SVN_ERR(svn_stream_printf(stream, iterpool, "%" APR_SIZE_T_FMT "\n", in serialize_revprops_header()
1212 SVN_ERR(svn_stream_printf(stream, pool, "%s\n", filename)); in write_packed_revprop()
1515 SVN_ERR(svn_stream_printf(manifest_stream, iterpool, "%s\n", in svn_fs_fs__pack_revprops_shard()
HDpack.c1767 SVN_ERR(svn_stream_printf(manifest_stream, iterpool, in pack_phys_addressed()
HDtransaction.c656 SVN_ERR(svn_stream_printf(stream, pool, "%s\n", SVN_HASH_TERMINATOR)); in unparse_dir_entries()
1648 SVN_ERR(svn_stream_printf(out, subpool, "D %" APR_SIZE_T_FMT "\n%s\n", in svn_fs_fs__set_entry()
/freebsd-13-stable/contrib/subversion/subversion/svnadmin/
HDsvnadmin.c1072 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1078 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1084 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1094 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1104 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1119 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1132 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1138 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1151 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
1157 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
HDdeprecated.c714 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
720 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
728 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
734 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
747 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
753 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
759 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
765 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
785 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
792 svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool, in repos_notify_handler()
HDdump.c400 SVN_ERR(svn_stream_printf(stream, scratch_pool, in write_header()
505 SVN_ERR(svn_stream_printf(stream, scratch_pool, in svn_repos__dump_headers()
520 SVN_ERR(svn_stream_printf(dump_stream, pool, in svn_repos__dump_magic_header_record()
533 SVN_ERR(svn_stream_printf(dump_stream, pool, SVN_REPOS_DUMPFILE_UUID in svn_repos__dump_uuid_header_record()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDhash.c288 SVN_ERR(svn_stream_printf(stream, subpool, in hash_write()
312 SVN_ERR(svn_stream_printf(stream, subpool, in hash_write()
319 SVN_ERR(svn_stream_printf(stream, subpool, "%s\n", terminator)); in hash_write()
HDconfig.c1352 SVN_ERR(svn_stream_printf(stream, section_pool, "\n[%s]\n", in svn_config__write()
1361 SVN_ERR(svn_stream_printf(stream, options_pool, "%s=%s\n", in svn_config__write()
HDstream.c292 svn_stream_printf(svn_stream_t *stream, in svn_stream_printf() function
/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
HDbinary_diff.c176 SVN_ERR(svn_stream_printf(output_stream, scratch_pool, in write_literal()
HDdiff_memory.c951 SVN_ERR(svn_stream_printf(btn->output_stream, btn->pool, in output_conflict_with_context_marker()
955 SVN_ERR(svn_stream_printf(btn->output_stream, btn->pool, in output_conflict_with_context_marker()
HDdiff_file.c2255 SVN_ERR(svn_stream_printf(btn->output_stream, btn->pool, in output_conflict_with_context_marker()
2259 SVN_ERR(svn_stream_printf(btn->output_stream, btn->pool, in output_conflict_with_context_marker()
2298 SVN_ERR(svn_stream_printf(btn->output_stream, btn->pool, in output_conflict_with_context()
/freebsd-13-stable/contrib/subversion/subversion/svnlook/
HDsvnlook.c1776 SVN_ERR(svn_stream_printf(stdout_stream, pool, in do_pget()
1789 SVN_ERR(svn_stream_printf( in do_pget()
1811 SVN_ERR(svn_stream_printf(stdout_stream, pool, in do_pget()
1818 SVN_ERR(svn_stream_printf(stdout_stream, pool, "%s - ", path)); in do_pget()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_io.h1462 svn_stream_printf(svn_stream_t *stream,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDpatch.c1439 SVN_ERR(svn_stream_printf(target->reject_stream, scratch_pool, in init_patch_target()
2153 SVN_ERR(svn_stream_printf(target->reject_stream, in reject_hunk()
2162 SVN_ERR(svn_stream_printf(target->reject_stream, pool, in reject_hunk()
HDshelf2.c540 SVN_ERR(svn_stream_printf(stream, scratch_pool, "%c %c%c%c %ld", in wc_status_serialize()