Searched refs:packed_rr_to_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/data/ |
H A D | packed_rrset.h | 425 int packed_rr_to_string(struct ub_packed_rrset_key* rrset, size_t i,
|
H A D | packed_rrset.c | 272 int packed_rr_to_string(struct ub_packed_rrset_key* rrset, size_t i, in packed_rr_to_string() function 313 if(!packed_rr_to_string(rrset, i, 0, buf, sizeof(buf))) { in log_packed_rrset()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | unitauth.c | 828 if(!packed_rr_to_string(rep->rrsets[i], j, 0, in pr_rrs()
|
H A D | unitmsgparse.c | 244 if(!packed_rr_to_string(rrset, i, 0, buf, sizeof(buf))) in print_rrset()
|
H A D | unitmain.c | 930 packed_rr_to_string((struct ub_packed_rrset_key*)rrs, in verify_rrset()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | cachedump.c | 70 if(!packed_rr_to_string(k, i, now, s, sizeof(s))) { in dump_rrset_line()
|
H A D | remote.c | 2787 if(!packed_rr_to_string(p->rrset, i, in do_list_local_data()
|