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

/freebsd-13-stable/contrib/ldns/
H A Drr.c828 size_t rd_count; local
831 rd_count = ldns_rr_rd_count(rr);
832 if (position < rd_count) {
845 size_t rd_count; local
848 rd_count = ldns_rr_rd_count(rr);
852 rr->_rdata_fields, ldns_rdf *, rd_count + 1);
859 rr->_rdata_fields[rd_count] = (ldns_rdf*)f;
861 ldns_rr_set_rd_count(rr, rd_count + 1);
868 size_t rd_count; local
872 rd_count
[all...]

Completed in 47 milliseconds