Home
last modified time | relevance | path

Searched refs:num_rrtypes (Results 1 – 3 of 3) sorted by relevance

/dports/dns/dnstable/dnstable-0.12.0/tests/
H A Dtest-bitmaps.c58 int num_rrtypes = rrtype_union_unpack(decode_this, decode_len, &result_rrtypes); in decode_test() local
60 if (num_rrtypes == -1) { in decode_test()
65 if (num_rrtypes == 0) { in decode_test()
70 for (int i = 0; i < num_rrtypes; i++) { in decode_test()
/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rrtype.c102 #define num_rrtypes (sizeof(rrtypes) / sizeof(struct u16str)) macro
109 for(n = 0; n < num_rrtypes; n++) { in test_str_to_rrtype()
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Drrtype_to_str.c181 #define num_rrtypes (sizeof(rrtypes) / sizeof(struct u16str)) macro
214 res = bsearch(&key, rrtypes, num_rrtypes, sizeof(struct u16str), cmp_u16str); in wdns_str_to_rrtype()