Searched refs:data_rep (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drecovery.c175 if (!noderev->data_rep)
182 if (noderev->data_rep->revision != rev)
188 noderev->data_rep->item_index, pool));
200 baton.remaining = noderev->data_rep->expanded_size;
H A Dfs_fs.c1517 representation_t *data_rep = noderev->data_rep;
1518 if (!data_rep)
1525 *length = data_rep->expanded_size;
1558 representation_t *rep_a = a->data_rep;
1559 representation_t *rep_b = b->data_rep;
1678 if (noderev->data_rep)
1686 temp.digest = noderev->data_rep->md5_digest;
1690 if (! noderev->data_rep->has_sha1)
1693 temp.digest = noderev->data_rep
1515 representation_t *data_rep = noderev->data_rep; local
[all...]
H A Dtransaction.c549 && noderev->data_rep
550 && noderev->data_rep->has_sha1)
554 &noderev->data_rep->txn_id,
555 noderev->data_rep->sha1_digest,
558 = svn_fs_fs__unparse_representation(noderev->data_rep,
1544 representation_t *rep = parent_noderev->data_rep;
1572 parent_noderev->data_rep = rep;
2088 *rep = props ? base->prop_rep : base->data_rep;
2554 b->noderev->data_rep = old_rep;
2563 b->noderev->data_rep
[all...]
H A Dcached_data.c109 const char *data_rep local
110 = node->data_rep
112 node->data_rep->revision,
113 node->data_rep->item_index)
124 data_rep,
395 SVN_ERR(svn_fs_fs__fixup_expanded_size(fs, noderev->data_rep,
2393 representation_t *rep = noderev->data_rep;
2470 memcpy(drb->md5_digest, target->data_rep->md5_digest,
2491 if (target->data_rep && (source || ! ffd->fulltext_cache))
2495 target->data_rep, f
[all...]
H A Ddag.c135 nr->data_rep = svn_fs_fs__rep_copy(noderev->data_rep, pool);
973 noderev->data_rep, TRUE, pool));
1362 !svn_fs_fs__noderev_same_rep_key(noderev1->data_rep,
1363 noderev2->data_rep);
H A Dfs.h634 representation_t *data_rep;
633 representation_t *data_rep; member in struct:node_revision_t
H A Dlow_level.c978 SVN_ERR(read_rep_offsets(&noderev->data_rep, value,
1201 if (noderev->data_rep)
1204 (noderev->data_rep,
H A Dpack.c761 if (noderev->data_rep && noderev->data_rep->revision >= context->start_rev)
763 path_order->rep_id.revision = noderev->data_rep->revision;
764 path_order->rep_id.number = noderev->data_rep->item_index;
765 path_order->expanded_size = noderev->data_rep->expanded_size;
H A Dstats.c620 SVN_ERR(svn_fs_fs__fixup_expanded_size(query->fs, noderev->data_rep,
625 if (noderev->data_rep)
628 noderev->data_rep, revision_info,
H A Dtemp_serializer.c317 serialize_representation(context, &noderev->data_rep);
347 svn_temp_deserializer__resolve(noderev, (void **)&noderev->data_rep);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dnoderevs.c102 int data_rep; member in struct:binary_noderev_t
266 binary_noderev.data_rep = store_representation(container->reps,
268 noderev->data_rep);
429 SVN_ERR(get_representation(&noderev->data_rep, container->reps,
430 binary_noderev->data_rep, result_pool));
568 svn_packed__add_uint(noderevs_stream, noderev->data_rep);
719 noderev.data_rep = (int)svn_packed__get_uint(noderevs_stream);
875 SVN_ERR(get_representation(&noderev->data_rep, &reps,
876 binary_noderev->data_rep, pool));
H A Dtransaction.c800 if (noderev->data_rep && svn_fs_x__is_txn(noderev->data_rep->id.change_set))
849 && noderev->data_rep
850 && noderev->data_rep->has_sha1)
854 = svn_fs_x__get_txn_id(noderev->data_rep->id.change_set);
857 noderev->data_rep->sha1_digest,
860 = svn_fs_x__unparse_representation(noderev->data_rep,
1793 svn_fs_x__representation_t *rep = parent_noderev->data_rep;
1825 parent_noderev->data_rep = rep;
2158 *rep = props ? base->prop_rep : base->data_rep;
[all...]
H A Dfs.h503 svn_fs_x__representation_t *data_rep;
502 svn_fs_x__representation_t *data_rep; member in struct:svn_fs_x__noderev_t
H A Dcached_data.c104 const char *data_rep local
105 = node->data_rep
107 svn_fs_x__get_revnum(node->data_rep->id.change_set),
108 node->data_rep->id.number)
119 data_rep,
2285 svn_fs_x__representation_t *rep = noderev->data_rep;
2362 memcpy(drb->md5_digest, target->data_rep->md5_digest,
2383 if (target->data_rep && source)
2387 target->data_rep, fs, result_pool,
2392 if (source && source->data_rep
[all...]
H A Dfs_x.c733 if (noderev->data_rep)
734 *length = noderev->data_rep->expanded_size;
833 if (noderev->data_rep)
841 temp.digest = noderev->data_rep->md5_digest;
845 if (! noderev->data_rep->has_sha1)
848 temp.digest = noderev->data_rep->sha1_digest;
H A Ddag.c118 nr->data_rep = svn_fs_x__rep_copy(noderev->data_rep, result_pool);
797 file->node_revision->data_rep, TRUE,
1044 *contents_changed = !svn_fs_x__file_text_rep_equal(noderev1->data_rep,
1045 noderev2->data_rep);
H A Dlow_level.c521 SVN_ERR(read_rep_offsets(&noderev->data_rep, value,
688 if (noderev->data_rep)
691 (noderev->data_rep,
H A Dpack.c716 if (noderev->data_rep
717 && svn_fs_x__get_revnum(noderev->data_rep->id.change_set)
723 reference->to.change_set = noderev->data_rep->id.change_set;
724 reference->to.number = noderev->data_rep->id.number;
728 path_order->expanded_size = noderev->data_rep->expanded_size;
H A Dtemp_serializer.c365 serialize_representation(context, &noderev->data_rep);
395 svn_temp_deserializer__resolve(noderev, (void **)&noderev->data_rep);

Completed in 290 milliseconds