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

/freebsd-10-stable/contrib/ldns/
H A Drr.c806 size_t rd_count; local
809 rd_count = ldns_rr_rd_count(rr);
810 if (position < rd_count) {
823 size_t rd_count; local
826 rd_count = ldns_rr_rd_count(rr);
830 rr->_rdata_fields, ldns_rdf *, rd_count + 1);
837 rr->_rdata_fields[rd_count] = (ldns_rdf*)f;
839 ldns_rr_set_rd_count(rr, rd_count + 1);
846 size_t rd_count; local
850 rd_count
[all...]

Completed in 117 milliseconds