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

/bind-9.11.3/lib/isc/powerpc/include/isc/
H A Datomic.h73 isc_atomic_cmpxchg(atomic_p p, int old, int replacement) { argument
74 int orig = old;
82 orig = old;
/bind-9.11.3/lib/dns/tests/
H A Ddbdiff_test.c36 test_create(const atf_tc_t *tc, dns_db_t **old, dns_db_t **newdb) { argument
39 result = dns_test_loaddb(old, dns_dbtype_zone, TEST_ORIGIN,
40 atf_tc_get_md_var(tc, "X-old"));
55 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
84 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
122 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
H A Dupdate_test.c52 isc_uint32_t old = 50; local
60 serial = dns_update_soaserial(old, dns_updatemethod_increment);
61 ATF_REQUIRE_EQ(isc_serial_lt(old, serial), ISC_TRUE);
73 isc_uint32_t old = 0xffffffffu; local
81 serial = dns_update_soaserial(old, dns_updatemethod_increment);
82 ATF_REQUIRE_EQ(isc_serial_lt(old, serial), ISC_TRUE);
93 isc_uint32_t old; local
100 old = mystdtime - 1;
104 serial = dns_update_soaserial(old, dns_updatemethod_unixtime);
105 ATF_REQUIRE_EQ(isc_serial_lt(old, seria
116 isc_uint32_t old; local
139 isc_uint32_t old; local
162 isc_uint32_t old; local
186 isc_uint32_t old; local
210 isc_uint32_t old; local
233 isc_uint32_t old; local
256 isc_uint32_t old, serial; local
279 isc_uint32_t old; local
302 isc_uint32_t old; local
[all...]
/bind-9.11.3/lib/dns/
H A Ddst_parse.c349 check_hmac_md5(const dst_private_t *priv, isc_boolean_t old) { argument
354 * If this is a good old format and we are accepting
355 * the old format return success.
357 if (old && priv->nelements == OLD_HMACMD5_NTAGS &&
395 isc_boolean_t old, isc_boolean_t external)
398 UNUSED(old);
429 return (check_hmac_md5(priv, old));
394 check_data(const dst_private_t *priv, const unsigned int alg, isc_boolean_t old, isc_boolean_t external) argument
H A Dspnego_asn1.c257 void *old = (data)->val; local
261 (data)->val = old;
H A Drbtdb.c1158 adjust_quantum(unsigned int old, isc_time_t *start) { argument
1178 old *= 2;
1179 if (old > 1000)
1180 old = 1000;
1181 return (old);
1183 nodes = old * interval;
1191 nodes = (nodes + old * 3) / 4;
1193 if (nodes != old)
1196 "adjust_quantum: old=%d, new=%d", old, node
1664 update_newheader(rdatasetheader_t *newh, rdatasetheader_t *old) argument
[all...]
/bind-9.11.3/lib/tests/
H A Dt_api.c535 char *buf, *old; local
540 old = buf = (char *) malloc(T_BUFSIZ * sizeof(char));
557 old = buf;
569 if (old != NULL)
570 free(old);
/bind-9.11.3/lib/isc/
H A Dpk11.c414 * We want to zero out the old pin before
1125 CK_ATTRIBUTE *old = obj->repr; local
1131 obj->repr = old;
1135 memmove(obj->repr, old, cnt * sizeof(*attr));
1142 obj->repr = old;
1146 if (old != NULL) {
1147 memset(old, 0, cnt * sizeof(*attr));
1148 isc_mem_put(mctx, old, cnt * sizeof(*attr));
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c322 * consider all interfaces "old".
757 isc_sockaddr_t *old; local
765 for (old = ISC_LIST_HEAD(mgr->listenon);
766 old != NULL;
767 old = ISC_LIST_NEXT(old, link))
768 if (isc_sockaddr_equal(addr, old))
771 if (old != NULL)
779 isc_sockaddr_t *old; local
781 old
1233 isc_sockaddr_t *old; local
[all...]
H A Dclient.c1904 unsigned char *old; local
1942 old = isc_buffer_current(buf);
1943 memmove(client->cookie, old, 8);
1964 if (!isc_safe_memequal(old, dbuf, COOKIE_SIZE)) {
3357 * transferred to the new client. Therefore, the old client
H A Dserver.c1852 const dns_rpz_zone_t *old, isc_boolean_t *old_rpz_okp)
1860 REQUIRE(old != NULL || !*old_rpz_okp);
1916 if (*old_rpz_okp && new->max_policy_ttl != old->max_policy_ttl)
1937 if (*old_rpz_okp && !dns_name_equal(&old->origin, &new->origin))
1990 if (*old_rpz_okp && (new->policy != old->policy ||
1991 !dns_name_equal(&old->cname, &new->cname)))
2006 const dns_rpz_zones_t *old; local
2065 old = pview->rpzs;
2067 old = NULL;
2069 if (old
1850 configure_rpz_zone(dns_view_t *view, const cfg_listelt_t *element, isc_boolean_t recursive_only_def, dns_ttl_t ttl_def, const dns_rpz_zone_t *old, isc_boolean_t *old_rpz_okp) argument
2570 const dns_catz_zones_t *old = NULL; local
[all...]

Completed in 49 milliseconds