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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dconfig.c40 static bool initialized = false; variable
118 PRE(!initialized);
128 initialized = true;
141 if (!initialized) {
143 INV(initialized);
160 initialized = false;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c62 static int initialized; variable
79 if (initialized) {
109 if (initialized) {
127 initialized = 1;
148 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
173 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
199 if (!initialized && ((r = idn_nameinit(0)) != idn_success))
235 if (!initialized && ((r = idn_nameinit(1)) != idn_success))
251 if (!initialized && ((r = idn_nameinit(1)) != idn_success))
H A Dres.c153 static int initialized; variable
158 if (!initialized) {
171 if (!initialized) {
179 initialized = 1;
209 if (!initialized)
475 if (!initialized)
730 if (!initialized)
H A Dresconf.c120 static int initialized; variable
147 if (initialized) {
167 initialized = 1;
182 if (!initialized) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c93 static int initialized = 0; local
95 if (!initialized) {
101 initialized = 1;
107 static int initialized = 0; local
110 if (!initialized) {
127 initialized = 1;
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dentropy.c135 * But wait! If we're not yet initialized, we need at least
139 if (ent->initialized < THRESHOLD_BITS)
140 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized);
218 * Mark as initialized if we've added enough data.
220 if (ent->initialized < THRESHOLD_BITS)
221 ent->initialized += added;
/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c94 isc_boolean_t initialized; member in struct:isc_hash
188 hctx->initialized = ISC_FALSE;
243 if (hctx->initialized == ISC_TRUE)
270 hctx->initialized = ISC_TRUE;
355 /* Make it sure that the hash context is initialized. */
356 if (hctx->initialized == ISC_FALSE)
H A Dentropy.c105 isc_uint32_t initialized; member in struct:isc_entropy
596 if (ent->initialized < THRESHOLD_BITS)
602 * If we've not initialized with enough good random
605 if (ent->initialized < THRESHOLD_BITS)
701 ent->initialized = 0;
1075 if (ent->initialized < THRESHOLD_BITS)
1076 ent->initialized = THRESHOLD_BITS;
1088 " nextsource %p initialized %u initcount %u\n"),
1092 ent->nsources, ent->nextsource, ent->initialized,
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c300 * But wait! If we're not yet initialized, we need at least
304 if (ent->initialized < THRESHOLD_BITS)
305 needed = ISC_MAX(needed, THRESHOLD_BITS - ent->initialized);
383 * Mark as initialized if we've added enough data.
385 if (ent->initialized < THRESHOLD_BITS)
386 ent->initialized += added;

Completed in 25 milliseconds