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

/freebsd-10.0-release/contrib/ldns/
H A Drr.c1289 ldns_rr *last_rr = NULL; local
1297 if (!last_rr) {
1298 last_rr = ldns_rr_list_pop_rr(rr_list);
1299 if (!last_rr) {
1303 ldns_rr_list_push_rr(rrset, last_rr);
1316 ldns_rr_owner(last_rr)) == 0
1318 ldns_rr_get_type(next_rr) == ldns_rr_get_type(last_rr)
1320 ldns_rr_get_class(next_rr) == ldns_rr_get_class(last_rr)
1324 last_rr = next_rr;

Completed in 67 milliseconds