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

/freebsd-current/contrib/ldns/
H A Ddnssec.c1515 ldns_rdf *chopped_dname; local
1529 chopped_dname = ldns_dname_left_chop(nsec_owner);
1530 status = ldns_dname_cat(nsec_next, chopped_dname);
1531 ldns_rdf_deep_free(chopped_dname);
H A Ddnssec_verify.c1507 ldns_rdf *chopped_dname; local
1524 chopped_dname = ldns_dname_left_chop(rr_name);
1525 result = ldns_dname_cat(wildcard_name, chopped_dname);
1526 ldns_rdf_deep_free(chopped_dname);

Completed in 184 milliseconds