Searched refs:svn_hash_write2 (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_hash.h96 svn_hash_write2(apr_hash_t *hash,
115 * Similar to svn_hash_write2(), but only writes out entries for
144 * This function behaves like svn_hash_write2(), but it only works
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf.c259 SVN_ERR(svn_hash_write2(shelf->revprops, stream, "PROPS-END", scratch_pool));
H A Dshelf2.c339 SVN_ERR(svn_hash_write2(shelf->revprops, stream, "PROPS-END", scratch_pool));
862 SVN_ERR(svn_hash_write2(base_props, stream, NULL, scratch_pool));
873 SVN_ERR(svn_hash_write2(work_props, stream, NULL, scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c2161 SVN_ERR(svn_hash_write2(origins_hash, stream, SVN_HASH_TERMINATOR, pool));
H A Dlock.c225 if ((err = svn_hash_write2(hash, stream, SVN_HASH_TERMINATOR, pool)))
H A Drevprops.c848 SVN_ERR(svn_hash_write2(proplist, stream, SVN_HASH_TERMINATOR, pool));
1102 SVN_ERR(svn_hash_write2(proplist, stream, SVN_HASH_TERMINATOR, pool));
H A Dtransaction.c1231 SVN_ERR(svn_hash_write2(props, tmp_stream, SVN_HASH_TERMINATOR, pool));
2693 SVN_ERR(svn_hash_write2(proplist, out, SVN_HASH_TERMINATOR, pool));
2755 SVN_ERR(svn_hash_write2(hash, stream, SVN_HASH_TERMINATOR, pool));
3640 SVN_ERR(svn_hash_write2(txnprops, stream, SVN_HASH_TERMINATOR, pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c237 if ((err = svn_hash_write2(hash, stream, SVN_HASH_TERMINATOR,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c569 SVN_ERR(svn_hash_write2(revprops, propstream, "PROPS-END", scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_auth.c144 SVN_ERR_W(svn_hash_write2(hash, stream, SVN_HASH_TERMINATOR, pool),
H A Dhash.c257 /* Implements svn_hash_write2 and svn_hash_write_incremental. */
346 svn_hash_write2(apr_hash_t *hash, svn_stream_t *stream,
343 svn_hash_write2(apr_hash_t *hash, svn_stream_t *stream, function

Completed in 224 milliseconds