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

/bind-9.6-ESV-R11/lib/isc/powerpc/include/isc/
H A Datomic.h81 isc_atomic_cmpxchg(atomic_p p, int old, int new) { argument
82 int orig = old;
90 orig = old;
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs_test.cpp203 const atf::fs::path old = get_current_dir(); local
207 ATF_REQUIRE(get_current_dir() == old);
210 ATF_REQUIRE(old2 == old);
215 ATF_REQUIRE(get_current_dir() == old);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c200 check_hmac_md5(const dst_private_t *priv, isc_boolean_t old) { argument
205 * If this is a good old format and we are accepting
206 * the old format return success.
208 if (old && priv->nelements == OLD_HMACMD5_NTAGS &&
245 isc_boolean_t old)
261 return (check_hmac_md5(priv, old));
244 check_data(const dst_private_t *priv, const unsigned int alg, isc_boolean_t old) argument
H A Dspnego_asn1.c265 void *old = (data)->val; local
269 (data)->val = old;
H A Dmaster.c1842 (*callbacks->warn)(callbacks, "%s:%lu: old style DNSSEC "
2656 grow_rdatalist(int new_len, dns_rdatalist_t *old, int old_len, argument
2696 if (old != NULL)
2697 isc_mem_put(mctx, old, old_len * sizeof(*old));
2706 grow_rdata(int new_len, dns_rdata_t *old, int old_len, argument
2761 if (old != NULL)
2762 isc_mem_put(mctx, old, old_len * sizeof(*old));
H A Drbtdb.c795 adjust_quantum(unsigned int old, isc_time_t *start) { argument
815 old *= 2;
816 if (old > 1000)
817 old = 1000;
818 return (old);
820 new = old * interval;
828 new = (new + old * 3) / 4;
1867 * release the old lock and acquire one for the parent.
5716 * prevents named being locked to old servers.
7637 * record? Or is it too old i
[all...]
H A Dzone.c1051 /* Free the old database argument list. */
1120 /* Free the old list. */
3427 same_masters(const isc_sockaddr_t *old, const isc_sockaddr_t *new, argument
3433 if (!isc_sockaddr_equal(&old[i], &new[i]))
3439 same_keynames(dns_name_t **old, dns_name_t **new, isc_uint32_t count) { argument
3442 if (old == NULL && new == NULL)
3444 if (old == NULL || new == NULL)
3448 if (old[i] == NULL && new[i] == NULL)
3450 if (old[i] == NULL || new[i] == NULL ||
3451 !dns_name_equal(old[
[all...]
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c514 char *buf, *old; local
519 old = buf = (char *) malloc(T_BUFSIZ * sizeof(char));
536 old = buf;
548 if (old != NULL)
549 free(old);
/bind-9.6-ESV-R11/bin/named/
H A Dinterfacemgr.c175 * consider all interfaces "old".
557 isc_sockaddr_t *old; local
565 for (old = ISC_LIST_HEAD(mgr->listenon);
566 old != NULL;
567 old = ISC_LIST_NEXT(old, link))
568 if (isc_sockaddr_equal(addr, old))
571 if (old != NULL)
579 isc_sockaddr_t *old; local
581 old
974 isc_sockaddr_t *old; local
[all...]

Completed in 3096 milliseconds