Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDstats.c906 read_item(svn_stringbuf_t **contents, in read_item() function
1078 SVN_ERR(read_item(&item, rev_file, entry, iterpool, iterpool)); in read_log_rev_or_packfile()
1083 SVN_ERR(read_item(&item, rev_file, entry, iterpool, iterpool)); in read_log_rev_or_packfile()
HDcached_data.c3504 read_item(svn_stream_t **stream, in read_item() function
3581 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_changes()
3647 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_noderev()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDcached_data.c3047 read_item(svn_stream_t **stream, in read_item() function
3135 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_changes()
3207 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_changes_container()
3257 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_noderev()
3304 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_noderevs_container()
3356 SVN_ERR(read_item(&stream, fs, rev_file, entry, scratch_pool)); in block_read_reps_container()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDmarshal.c1298 static svn_error_t *read_item(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in read_item() function
1433 SVN_ERR(read_item(conn, pool, listitem, c, level)); in read_item()
1563 return read_item(conn, pool, *item, c, 0); in svn_ra_svn__read_item()