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

/freebsd-10.0-release/contrib/ldns/
H A Ddnssec.c1381 ldns_rdf *chopped_dname; local
1395 chopped_dname = ldns_dname_left_chop(nsec_owner);
1396 status = ldns_dname_cat(nsec_next, chopped_dname);
1397 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 61 milliseconds