Home
last modified time | relevance | path

Searched refs:base_window (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c904 svn_stringbuf_t *base_window; member
1254 b->base_window = NULL; in rep_read_get_baton()
1438 svn_stringbuf_t *source, *buf = rb->base_window; in get_combined_window()
1744 if (rs->header_size == 0 && rb->base_window == NULL) in get_contents_from_windows()
1751 rs->current -= rb->base_window->len; in get_contents_from_windows()
1754 if (rb->base_window != NULL) in get_contents_from_windows()
1760 if (offset >= rb->base_window->len) in get_contents_from_windows()
1762 else if (copy_len > rb->base_window->len - offset) in get_contents_from_windows()
1763 copy_len = rb->base_window->len - offset; in get_contents_from_windows()
2052 SVN_ERR(build_rep_list(&rb->rs_list, &rb->base_window, in rep_read_contents()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1177 svn_stringbuf_t *base_window; member
1523 b->base_window = NULL; in rep_read_get_baton()
1685 svn_stringbuf_t *source, *buf = rb->base_window; in get_combined_window()
1819 if (rb->base_window != NULL) in get_contents_from_windows()
1825 if (offset >= rb->base_window->len) in get_contents_from_windows()
1827 else if (copy_len > rb->base_window->len - offset) in get_contents_from_windows()
1828 copy_len = rb->base_window->len - offset; in get_contents_from_windows()
1830 memcpy (cur, rb->base_window->data + offset, copy_len); in get_contents_from_windows()
2133 SVN_ERR(build_rep_list(&rb->rs_list, &rb->base_window, in rep_read_contents()
2335 SVN_ERR(build_rep_list(&rb->rs_list, &rb->base_window, in svn_fs_fs__get_contents_from_file()