Home
last modified time | relevance | path

Searched refs:svn_stream_open_writable (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcopy_foreign.c333 SVN_ERR(svn_stream_open_writable(&target, fb->local_abspath, fb->pool, in file_textdelta()
521 SVN_ERR(svn_stream_open_writable(&target, dst_abspath, scratch_pool, in svn_client__copy_foreign()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_io.h1041 svn_stream_open_writable(svn_stream_t **stream,
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDrevprops.c1836 SVN_ERR(svn_stream_open_writable(&manifest_stream, manifest_file_path, in svn_fs_x__pack_revprops_shard()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDstream.c1017 svn_stream_open_writable(svn_stream_t **stream, in svn_stream_open_writable() function