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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c93 typedef struct hashlist hashlist_t; typedef in typeref:struct:hashlist
703 hashlist_init(hashlist_t *l, unsigned int nodes, unsigned int length) {
720 hashlist_free(hashlist_t *l) {
731 hashlist_add(hashlist_t *l, const unsigned char *hash, size_t len)
748 hashlist_add_dns_name(hashlist_t *l, /*const*/ dns_name_t *name,
777 hashlist_sort(hashlist_t *l) {
782 hashlist_hasdup(hashlist_t *l) {
808 hashlist_findnext(const hashlist_t *l,
829 hashlist_exists(const hashlist_t *l,
839 addnowildcardhash(hashlist_t *
[all...]

Completed in 17 milliseconds