Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDconfig_auth.c100 SVN_ERR_W(svn_hash_read2(*hash, stream, SVN_HASH_TERMINATOR, pool), in svn_config_read_auth_data()
238 err = svn_hash_read2(creds_hash, stream, in svn_config_walk_auth_data()
HDhash.c326 svn_error_t *svn_hash_read2(apr_hash_t *hash, svn_stream_t *stream, in svn_hash_read2() function
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_hash.h80 svn_hash_read2(apr_hash_t *hash,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDrecovery.c207 err = svn_hash_read2(entries, stream, SVN_HASH_TERMINATOR, pool); in recover_find_max_ids()
HDtemp_serializer.c695 SVN_ERR(svn_hash_read2(properties, stream, SVN_HASH_TERMINATOR, pool)); in svn_fs_fs__deserialize_revprops()
HDlock.c274 if ((err = svn_hash_read2(hash, stream, SVN_HASH_TERMINATOR, pool))) in read_digest_file()
HDrevprops.c202 SVN_ERR_W(svn_hash_read2(*properties, stream, SVN_HASH_TERMINATOR, in parse_revprop()
HDcached_data.c2984 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool); in svn_fs_fs__get_proplist()
3017 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool); in svn_fs_fs__get_proplist()
HDfs_fs.c2070 err = svn_hash_read2(*node_origins, stream, SVN_HASH_TERMINATOR, pool); in get_node_origins_from_file()
HDtransaction.c1199 err = svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, pool); in get_txn_proplist()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDshelf2.c317 SVN_ERR(svn_hash_read2(shelf->revprops, stream, "PROPS-END", shelf->pool)); in shelf_read_revprops()
902 SVN_ERR(svn_hash_read2(*base_props, stream, NULL, scratch_pool)); in read_props_from_shelf()
916 SVN_ERR(svn_hash_read2(*work_props, stream, NULL, scratch_pool)); in read_props_from_shelf()
HDshelf.c237 SVN_ERR(svn_hash_read2(shelf->revprops, stream, "PROPS-END", shelf->pool)); in shelf_read_revprops()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDupgrade.c136 SVN_ERR(svn_hash_read2(*props, stream, SVN_HASH_TERMINATOR, result_pool)); in read_propfile()
154 SVN_ERR(svn_hash_read2(proplist, stream, SVN_HASH_TERMINATOR, result_pool)); in read_one_proplist()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDlock.c288 if ((err = svn_hash_read2(hash, stream, SVN_HASH_TERMINATOR, pool))) in read_digest_file()