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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c134 isc_boolean_t have[RSA_NTAGS]; local
139 have[i] = ISC_FALSE;
146 have[i] = ISC_TRUE;
153 if (have[TAG_RSA_ENGINE & mask])
154 ok = have[TAG_RSA_MODULUS & mask] &&
155 have[TAG_RSA_PUBLICEXPONENT & mask] &&
156 have[TAG_RSA_LABEL & mask];
158 ok = have[TAG_RSA_MODULUS & mask] &&
159 have[TAG_RSA_PUBLICEXPONENT & mask] &&
160 have[TAG_RSA_PRIVATEEXPONEN
[all...]
H A Djournal.c56 * serial number. Unused index entries have an "offset"
1017 size += t->name.length; /* XXX should have access macro? */
1170 * We no longer have a transaction open.
1583 j->it.xsize = 0; /* We have no transaction data yet... */
1730 * All new tuples will have the operation 'op'.
1732 * Requires: 'name' must have buffer large enough to hold the name.
1878 isc_boolean_t have[2] = { ISC_FALSE, ISC_FALSE }; local
1905 if (! have[i] && itresult[i] == ISC_R_SUCCESS) {
1913 have[i] = ISC_TRUE;
1917 if (! have[
[all...]
H A Dadb.c24 * have been sent. If task != NULL but taskaction == NULL, an event has been
359 * Note: since we have removed the support of A6 in adb, FETCH_A and FETCH_AAAA
827 violate_locking_hierarchy(isc_mutex_t *have, isc_mutex_t *want) { argument
829 UNLOCK(have);
831 LOCK(have);
1851 * will be unconditionally removed (unless they have an outstanding fetch).
1872 * tail entries that have fetches (this should be rare, but could
2505 * be acceptable so we have to launch fetches.
2549 * already running, and we have been asked to.

Completed in 17 milliseconds