Searched refs:svn_hash_read2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_hash.h82 svn_hash_read2(apr_hash_t *hash,
102 * Similar to svn_hash_read2(), but allows @a stream to contain
130 * This function behaves like svn_hash_read2(), but it only works
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_auth.c101 SVN_ERR_W(svn_hash_read2(*hash, stream, SVN_HASH_TERMINATOR, pool),
239 err = svn_hash_read2(creds_hash, stream,
H A Dhash.c98 /* Implements svn_hash_read2 and svn_hash_read_incremental. */
329 svn_error_t *svn_hash_read2(apr_hash_t *hash, svn_stream_t *stream,
326 svn_error_t *svn_hash_read2(apr_hash_t *hash, svn_stream_t *stream, function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drecovery.c207 err = svn_hash_read2(entries, stream, SVN_HASH_TERMINATOR, pool);
H A Dtemp_serializer.c695 SVN_ERR(svn_hash_read2(properties, stream, SVN_HASH_TERMINATOR, pool));
H A Dlock.c276 if ((err = svn_hash_read2(hash, stream, SVN_HASH_TERMINATOR, pool)))
H A Drevprops.c202 SVN_ERR_W(svn_hash_read2(*properties, stream, SVN_HASH_TERMINATOR,
H A Dfs_fs.c2072 err = svn_hash_read2(*node_origins, stream, SVN_HASH_TERMINATOR, pool);
H A Dcached_data.c2985 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool);
3018 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool);
H A Dtransaction.c1200 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c317 SVN_ERR(svn_hash_read2(shelf->revprops, stream, "PROPS-END", shelf->pool));
902 SVN_ERR(svn_hash_read2(*base_props, stream, NULL, scratch_pool));
916 SVN_ERR(svn_hash_read2(*work_props, stream, NULL, scratch_pool));
H A Dshelf.c237 SVN_ERR(svn_hash_read2(shelf->revprops, stream, "PROPS-END", shelf->pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c136 SVN_ERR(svn_hash_read2(*props, stream, SVN_HASH_TERMINATOR, result_pool));
154 SVN_ERR(svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, result_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c290 if ((err = svn_hash_read2(hash, stream, SVN_HASH_TERMINATOR, pool)))

Completed in 565 milliseconds