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

/freebsd-10.0-release/contrib/ldns/
H A Dhost2wire.c140 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
182 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
208 for (i = 0; i < ldns_rr_rd_count(rr) - 1; i++) {
220 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
H A Drr.c82 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
597 if (!question && desc && !was_unknown_rr_format && ldns_rr_rd_count(new) < r_min) {
784 rd_count = ldns_rr_rd_count(rr);
801 rd_count = ldns_rr_rd_count(rr);
825 rd_count = ldns_rr_rd_count(rr);
850 if (rr && nr < ldns_rr_rd_count(rr)) {
876 ldns_rr_rd_count(const ldns_rr *rr) function
1359 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
1709 for(i = 0; i < ldns_rr_rd_count(r); i++) {
1760 for (i = 0; i < ldns_rr_rd_count(r
[all...]
H A Dhigher.c227 if (parse_result == LDNS_STATUS_OK && ldns_rr_owner(rr) && ldns_rr_rd_count(rr) > 0) {
H A Dhost2str.c1227 if (ldns_rr_rd_count(rr) > 0) {
1233 for (i = 0; i < ldns_rr_rd_count(rr); i++) {
1264 if (i < ldns_rr_rd_count(rr) - 1) {
1271 if (ldns_rr_rd_count(rr) > 0) {
1274 /* if ldns_rr_rd_count(rr) > 0
H A Dtsig.c307 if (!orig_tsig || ldns_rr_rd_count(orig_tsig) <= 6) {
H A Ddane.c518 ldns_rr_rd_count(tlsa_rr) == 4 &&
H A Ddnssec_verify.c570 ldns_rr_rd_count(tree->rr) > 0) {
2014 if ((rrsig == NULL) || ldns_rr_rd_count(rrsig) < 4) {
/freebsd-10.0-release/contrib/unbound/util/data/
H A Dpacked_rrset.c382 for(j=0; j<ldns_rr_rd_count(rr); j++)
412 for(j=0; j<ldns_rr_rd_count(rr); j++)
428 for(j=0; j<ldns_rr_rd_count(rr); j++) {
/freebsd-10.0-release/contrib/ldns/ldns/
H A Drr.h537 size_t ldns_rr_rd_count(const ldns_rr *rr);
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-host.c267 for(i=0; i<ldns_rr_rd_count(rr); i++) {
/freebsd-10.0-release/contrib/ldns-host/
H A Dldns-host.c317 int rdcnt = ldns_rr_rd_count(rr);
385 size_t i, rdcnt = ldns_rr_rd_count(rr);

Completed in 263 milliseconds