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

/freebsd-10.0-release/contrib/ldns/
H A Drr.c781 size_t rd_count; local
784 rd_count = ldns_rr_rd_count(rr);
785 if (position < rd_count) {
798 size_t rd_count; local
801 rd_count = ldns_rr_rd_count(rr);
805 rr->_rdata_fields, ldns_rdf *, rd_count + 1);
812 rr->_rdata_fields[rd_count] = (ldns_rdf*)f;
814 ldns_rr_set_rd_count(rr, rd_count + 1);
821 size_t rd_count; local
825 rd_count
[all...]

Completed in 140 milliseconds