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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c481 isc_boolean_t *wassignedby, *nowsignedby; local
514 nowsignedby = isc_mem_get(mctx, arraysize * sizeof(isc_boolean_t));
515 if (wassignedby == NULL || nowsignedby == NULL)
519 wassignedby[i] = nowsignedby[i] = ISC_FALSE;
603 nowsignedby[key->index] = ISC_TRUE;
638 nowsignedby[key->index] = ISC_TRUE;
656 if (nowsignedby[key->index])
692 isc_mem_put(mctx, nowsignedby, arraysize * sizeof(isc_boolean_t));

Completed in 22 milliseconds