Searched refs:base_rep (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.h130 * It appends the content of 'tgt_rep' to 'base_rep', assuming (but not
135 * 'cinfo', this function uses 'base_rep' as the merged reply, ignoring
141 * The caller must ensure that neither 'base_rep' nor 'tgt_rep' can be modified
143 * @param base_rep: the reply info containing an incomplete CNAME.
144 * @param qinfo: query info corresponding to 'base_rep'.
146 * @param cinfo: client info corresponding to 'base_rep'.
154 int respip_merge_cname(struct reply_info* base_rep,
H A Drespip.c1162 respip_merge_cname(struct reply_info* base_rep, argument
1198 *new_repp = base_rep;
1206 new_rep = make_new_reply_info(base_rep, region,
1207 base_rep->an_numrrsets + tgt_rep->an_numrrsets,
1208 base_rep->an_numrrsets);
1211 for(i=0,j=base_rep->an_numrrsets; i<tgt_rep->an_numrrsets; i++,j++) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c2250 svn_fs_x__representation_t *base_rep;
2286 SVN_ERR(choose_delta_base(&base_rep, fs, noderev, FALSE, b->local_pool));
2287 SVN_ERR(svn_fs_x__get_contents(&source, fs, base_rep, TRUE,
2291 if (base_rep)
2293 header.base_revision = svn_fs_x__get_revnum(base_rep->id.change_set);
2294 header.base_item_index = base_rep->id.number;
2295 header.base_length = base_rep->size;
2879 svn_fs_x__representation_t *base_rep;
2895 SVN_ERR(choose_delta_base(&base_rep, fs, noderev, is_props, scratch_pool));
2896 SVN_ERR(svn_fs_x__get_contents(&source, fs, base_rep, FALS
2249 svn_fs_x__representation_t *base_rep; local
2878 svn_fs_x__representation_t *base_rep; local
[all...]
H A Dcached_data.c836 svn_fs_x__representation_t base_rep = *rep;
848 revision = svn_fs_x__get_revnum(base_rep.id.change_set);
858 &base_rep,
863 base_rep.id.change_set
865 base_rep.id.number = header->base_item_index;
866 base_rep.size = header->base_length;
886 while (is_delta && base_rep.id.change_set);
835 svn_fs_x__representation_t base_rep = *rep; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c2204 representation_t *base_rep;
2235 SVN_ERR(choose_delta_base(&base_rep, fs, noderev, FALSE, b->scratch_pool));
2236 SVN_ERR(svn_fs_fs__get_contents(&source, fs, base_rep, TRUE,
2240 if (base_rep)
2242 header.base_revision = base_rep->revision;
2243 header.base_item_index = base_rep->item_index;
2244 header.base_length = base_rep->size;
2909 representation_t *base_rep;
2923 SVN_ERR(choose_delta_base(&base_rep, fs, noderev, is_props, scratch_pool));
2924 SVN_ERR(svn_fs_fs__get_contents(&source, fs, base_rep, FALS
2203 representation_t *base_rep; local
2908 representation_t *base_rep; local
[all...]
H A Dcached_data.c1107 representation_t base_rep = *rep;
1122 if (base_rep.revision / shard_size != last_shard)
1124 last_shard = base_rep.revision / shard_size;
1131 &base_rep,
1136 base_rep.revision = header->base_revision;
1137 base_rep.item_index = header->base_item_index;
1138 base_rep.size = header->base_length;
1139 svn_fs_fs__id_txn_reset(&base_rep.txn_id);
1159 while (is_delta && base_rep.revision);
1106 representation_t base_rep = *rep; local
H A Dstats.c477 rep_stats_t *base_rep local
482 result->chain_length = 1 + MIN(base_rep->chain_length,

Completed in 122 milliseconds