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

/freebsd-10-stable/contrib/ldns/
H A Drr_functions.c48 ldns_rr_set_function(ldns_rr_type type, ldns_rr *rr, ldns_rdf *rdf, size_t pos) function
119 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 0);
131 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 1);
143 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 2);
155 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 3);
167 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 4);
179 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 5);
191 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 6);
203 return ldns_rr_set_function(LDNS_RR_TYPE_RRSIG, r, f, 7);
215 return ldns_rr_set_function(LDNS_RR_TYPE_RRSI
[all...]

Completed in 112 milliseconds