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

/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c612 unsigned char *hashbuf; member in struct:hashlist
626 l->hashbuf = malloc(l->size * l->length);
627 if (l->hashbuf == NULL)
631 l->hashbuf = NULL;
643 l->hashbuf = realloc(l->hashbuf, l->size * l->length);
644 if (l->hashbuf == NULL)
647 memset(l->hashbuf + l->entries * l->length, 0, l->length);
648 memmove(l->hashbuf + l->entries * l->length, hash, len);
682 qsort(l->hashbuf,
[all...]

Completed in 12 milliseconds