Searched refs:this_chunk (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/ |
| D | reps-strings.c | 266 rep_delta_chunk_t *this_chunk, *first_chunk; in get_one_window() local 294 this_chunk = APR_ARRAY_IDX(chunks, cur_chunk, rep_delta_chunk_t*); in get_one_window() 295 str_key = this_chunk->string_key; in get_one_window() 442 const rep_delta_chunk_t *const this_chunk in get_chunk_offset() local 445 if ((this_chunk->offset + this_chunk->size) > rep_offset) in get_chunk_offset() 447 assert(this_chunk->offset <= rep_offset); in get_chunk_offset() 448 assert(rep_offset - this_chunk->offset < SVN_MAX_OBJECT_SIZE); in get_chunk_offset() 449 *chunk_offset = (apr_size_t) (rep_offset - this_chunk->offset); in get_chunk_offset()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | cached_data.c | 1548 read_delta_window(svn_txdelta_window_t **nwin, int this_chunk, in read_delta_window() argument 1557 SVN_ERR_ASSERT(rs->chunk_index <= this_chunk); in read_delta_window() 1563 SVN_ERR(get_cached_window(nwin, rs, this_chunk, &is_cached, in read_delta_window() 1584 SVN_ERR(get_cached_window(nwin, rs, this_chunk, &is_cached, in read_delta_window() 1602 while (rs->chunk_index < this_chunk) in read_delta_window()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | cached_data.c | 1283 read_delta_window(svn_txdelta_window_t **nwin, int this_chunk, in read_delta_window() argument 1297 SVN_ERR_ASSERT(rs->chunk_index <= this_chunk); in read_delta_window() 1305 SVN_ERR(get_cached_window(nwin, rs, this_chunk, &is_cached, in read_delta_window() 1325 SVN_ERR(get_cached_window(nwin, rs, this_chunk, &is_cached, in read_delta_window() 1343 while (rs->chunk_index < this_chunk) in read_delta_window()
|