Home
last modified time | relevance | path

Searched refs:print_rr (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/dns/
H A Dtest_dns_lookup.c54 static void print_rr(VSTRING *buf, DNS_RR *rr) in print_rr() function
125 print_rr(buf, rr); in main()
/netbsd/external/bsd/nsd/dist/
H A Ddbcreate.c197 if(!print_rr(out, state, &zone->soa_rrset->rrs[i], in print_rrs()
217 if(!print_rr(out, state, &rrset->rrs[i], in print_rrs()
H A Dutil.h404 int print_rr(FILE *out, struct state_pretty_rr* state, struct rr *record,
H A Dxfr-inspect.c184 if(!print_rr(stdout, NULL, rr, tmpregion, tmpbuf)) { in print_records()
H A Dverify.c231 print_rr(verifier->zone_feed.fh, in verify_handle_feed()
H A Dutil.c1024 print_rr(FILE *out, in print_rr() function
/netbsd/external/bsd/nsd/dist/doc/
H A DChangeLog2086 The memory alloc-dealloc in print_rr has been moved to print_rrs.
4637 - moved print_rr from nsd-xfer to util.h to share code.