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

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c697 unsigned char *hashbuf; member in struct:hashlist
711 l->hashbuf = malloc(l->size * l->length);
712 if (l->hashbuf == NULL)
716 l->hashbuf = NULL;
728 l->hashbuf = realloc(l->hashbuf, l->size * l->length);
729 if (l->hashbuf == NULL)
732 memset(l->hashbuf + l->entries * l->length, 0, l->length);
733 memmove(l->hashbuf + l->entries * l->length, hash, len);
768 qsort(l->hashbuf,
[all...]
H A Ddnssectool.c965 char hashbuf[DNS_NAME_FORMATSIZE]; local
1010 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
1012 namebuf, hashbuf);

Completed in 84 milliseconds