Searched refs:old_rep (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c330 svn_fs_x__representation_t *old_rep;
340 SVN_ERR(svn_fs_x__get_rep_reference(&old_rep, fs, &checksum,
343 if (!old_rep)
328 svn_fs_x__representation_t *old_rep; local
H A Dtransaction.c2235 get_shared_rep(svn_fs_x__representation_t **old_rep,
2246 *old_rep = NULL;
2254 *old_rep = apr_hash_get(reps_hash,
2259 if (*old_rep == NULL)
2264 err = svn_fs_x__get_rep_reference(old_rep, fs, &checksum, result_pool,
2270 if (*old_rep)
2271 SVN_ERR(svn_fs_x__check_rep(*old_rep, fs, scratch_pool));
2293 *old_rep = NULL;
2300 if (*old_rep == NULL && svn_fs_x__is_txn(rep->id.change_set))
2317 SVN_ERR(svn_fs_x__parse_representation(old_rep, rep_strin
2234 get_shared_rep(svn_fs_x__representation_t **old_rep, svn_fs_t *fs, svn_fs_x__representation_t *rep, apr_hash_t *reps_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2360 svn_fs_x__representation_t *old_rep; local
2640 svn_fs_x__representation_t *old_rep; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c354 representation_t *old_rep;
364 SVN_ERR(svn_fs_fs__get_rep_reference(&old_rep, fs, &checksum, pool));
366 if (!old_rep)
352 representation_t *old_rep; local
H A Dtransaction.c2136 get_shared_rep(representation_t **old_rep,
2147 *old_rep = NULL;
2155 *old_rep = apr_hash_get(reps_hash,
2160 if (*old_rep == NULL)
2165 err = svn_fs_fs__get_rep_reference(old_rep, fs, &checksum, result_pool);
2169 if (*old_rep)
2170 SVN_ERR(svn_fs_fs__check_rep(*old_rep, fs, NULL, scratch_pool));
2192 *old_rep = NULL;
2199 if (*old_rep == NULL && is_txn_rep(rep))
2214 SVN_ERR(svn_fs_fs__parse_representation(old_rep, rep_strin
2135 get_shared_rep(representation_t **old_rep, svn_fs_t *fs, representation_t *rep, apr_hash_t *reps_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2270 representation_t *old_rep; local
2540 representation_t *old_rep; local
2638 representation_t *old_rep; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c1540 representation_t *old_rep;
1543 SVN_ERR(svn_fs_bdb__read_rep(&old_rep, fs, target, trail, pool));
1544 if (old_rep->kind == rep_kind_fulltext)
1548 str_key = old_rep->contents.fulltext.string_key;
1567 else if (old_rep->kind == rep_kind_delta)
1568 SVN_ERR(delta_string_keys(&orig_str_keys, old_rep, pool));
1573 rep_md5_checksum = svn_checksum_dup(old_rep->md5_checksum, pool);
1574 rep_sha1_checksum = svn_checksum_dup(old_rep->sha1_checksum, pool);
1533 representation_t *old_rep; local

Completed in 77 milliseconds