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

/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c95 typedef struct hashlist hashlist_t; typedef in typeref:struct:hashlist
800 hashlist_init(hashlist_t *l, unsigned int nodes, unsigned int length) {
817 hashlist_free(hashlist_t *l) {
828 hashlist_add(hashlist_t *l, const unsigned char *hash, size_t len) {
844 hashlist_add_dns_name(hashlist_t *l,
872 hashlist_sort(hashlist_t *l) {
880 hashlist_hasdup(hashlist_t *l) {
908 hashlist_findnext(const hashlist_t *l,
930 hashlist_exists(const hashlist_t *l,
940 addnowildcardhash(hashlist_t *
[all...]

Completed in 167 milliseconds