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

/freebsd-11-stable/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h92 struct _Rep_base *old_rep = rep_from_data(__imp_); variable in typeref:struct:_Rep_base
98 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
100 ::operator delete(old_rep); variable
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c354 svn_fs_x__representation_t *old_rep;
364 SVN_ERR(svn_fs_x__get_rep_reference(&old_rep, fs, &checksum,
367 if (!old_rep)
352 svn_fs_x__representation_t *old_rep; local
H A Dtransaction.c2343 get_shared_rep(svn_fs_x__representation_t **old_rep,
2361 *old_rep = NULL;
2373 *old_rep = apr_hash_get(reps_hash,
2378 if (*old_rep == NULL)
2380 err = svn_fs_x__get_rep_reference(old_rep, fs, &checksum, result_pool,
2386 if (*old_rep)
2387 SVN_ERR(svn_fs_x__check_rep(*old_rep, fs, scratch_pool));
2409 *old_rep = NULL;
2416 if (*old_rep == NULL && svn_fs_x__is_txn(rep->id.change_set))
2433 SVN_ERR(svn_fs_x__parse_representation(old_rep, rep_strin
2342 get_shared_rep(svn_fs_x__representation_t **old_rep, svn_fs_t *fs, svn_fs_x__txn_id_t txn_id, svn_fs_x__representation_t *rep, apr_file_t *file, apr_off_t offset, apr_hash_t *reps_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2586 svn_fs_x__representation_t *old_rep; local
2879 svn_fs_x__representation_t *old_rep = NULL; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c2288 get_shared_rep(representation_t **old_rep,
2305 *old_rep = NULL;
2317 *old_rep = apr_hash_get(reps_hash,
2322 if (*old_rep == NULL)
2324 err = svn_fs_fs__get_rep_reference(old_rep, fs, &checksum, result_pool);
2328 if (*old_rep)
2329 SVN_ERR(svn_fs_fs__check_rep(*old_rep, fs, NULL, scratch_pool));
2351 *old_rep = NULL;
2358 if (*old_rep == NULL && is_txn_rep(rep))
2373 SVN_ERR(svn_fs_fs__parse_representation(old_rep, rep_strin
2287 get_shared_rep(representation_t **old_rep, svn_fs_t *fs, representation_t *rep, apr_file_t *file, apr_off_t offset, apr_hash_t *reps_hash, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2518 representation_t *old_rep; local
2834 representation_t *old_rep; local
2979 representation_t *old_rep; local
[all...]
/freebsd-11-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 210 milliseconds