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

/freebsd-10-stable/contrib/ldns/
H A Ddnssec.c1479 ldns_rdf *chopped_dname; local
1493 chopped_dname = ldns_dname_left_chop(nsec_owner);
1494 status = ldns_dname_cat(nsec_next, chopped_dname);
1495 ldns_rdf_deep_free(chopped_dname);
H A Ddnssec_verify.c1499 ldns_rdf *chopped_dname; local
1512 chopped_dname = ldns_dname_left_chop(rr_name);
1513 result = ldns_dname_cat(wildcard_name, chopped_dname);
1514 ldns_rdf_deep_free(chopped_dname);

Completed in 139 milliseconds