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

/freebsd-10.1-release/contrib/ldns/ldns/
H A Dhigher.h100 * Print a number of rdf's of the RR. The rdfnum-list must
105 * \param[in] rdfnum a list of rdf to print.
107 void ldns_print_rr_rdf(FILE *fp, ldns_rr *r, int rdfnum, ...);
/freebsd-10.1-release/contrib/ldns/
H A Dhigher.c325 ldns_print_rr_rdf(FILE *fp, ldns_rr *r, int rdfnum, ...) argument
330 va_start(va_rdf, rdfnum);
332 for (rdf = (int16_t)rdfnum; rdf != -1; rdf = (int16_t)va_arg(va_rdf, int))

Completed in 46 milliseconds