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

/bind-9.11.3/lib/isc/
H A Dentropy.c102 isc_uint32_t initcount; member in struct:isc_entropy
374 if (ent->initcount == 0) {
386 if (ent->initcount > 100)
387 if ((ent->initcount % 50) != 0)
392 ent->initcount++;
707 ent->initcount = 0;
1092 " nextsource %p initialized %u initcount %u\n"),
1097 ent->initcount);

Completed in 26 milliseconds