/bind-9.11.3/util/ |
H A D | recent_changes.sh | 15 when="`expr $thisyear - 1`-12-31" 16 git whatchanged --since="$when" --pretty="" | awk '
|
H A D | check-sources.pl | 145 # Can mark in the header file when a #include should stay even 236 Similar, this program is quite ignorant when it comes to CPP
|
/bind-9.11.3/lib/isc/ |
H A D | timer_p.h | 17 isc__timermgr_nextevent(isc_timermgr_t *timermgr, isc_time_t *when);
|
/bind-9.11.3/lib/dns/tests/ |
H A D | time_test.c | 39 isc_uint32_t when; local 51 result = dns_time32_fromtext(test_text, &when); 53 ATF_REQUIRE_EQ(when, test_time); 67 isc_uint32_t when; local 79 result = dns_time32_fromtext(test_text, &when); 81 ATF_REQUIRE_EQ(when, test_time); 95 isc_uint32_t when; local 107 result = dns_time32_fromtext(test_text, &when); 109 ATF_REQUIRE_EQ(when, test_time); 123 isc_uint32_t when; local 151 isc_uint32_t when; local 179 isc_uint32_t when; local [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | util.h | 102 #define TIMEDWAIT(cond, mutex, when, timedout) do { \ 103 int __n = pthread_cond_timedwait((cond), (mutex), (when)); \
|
H A D | dnsperf.c | 732 isc_uint64_t when; member in struct:__anon60 762 recvd->when = now; 887 latency = recvd[i].when - recvd[i].sent; 911 tinfo->last_recv = recvd[nrecvd - 1].when;
|
H A D | resperf.c | 147 /* The largest acceptable query loss when reporting max throughput */ 202 /* The time when the sustain/wait phase began */ 361 /* Find the ramp_bucket for queries sent at time "when" */ 364 find_bucket(isc_uint64_t when) { argument 365 isc_uint64_t sent_at = when - time_of_program_start;
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | named.conf | 22 * By default, when run, the zone contains the following records: 55 * Use "nsupdate -k ddns.key" when sending updates. (NOTE: This driver does
|
/bind-9.11.3/lib/isc/win32/ |
H A D | time.c | 322 time_t when; local 331 when = isc_tm_timegm(&t_tm); 332 if (when == -1) 334 isc_time_set(t, (unsigned int)when, 0);
|
/bind-9.11.3/lib/dns/ |
H A D | diff.c | 204 isc_int64_t when; local 212 when = 0; 214 when = dns_time64_from32(sig.timeexpire); 224 if (when == 0 || dns_time64_from32(sig.timeexpire) < when) 225 when = dns_time64_from32(sig.timeexpire); 231 return ((isc_stdtime_t)when); 398 * This will not happen when executing a 401 * It may happen when receiving an IXFR
|
H A D | dst_parse.c | 470 isc_stdtime_t when; local 602 ret = dns_time32_fromtext(DST_AS_STR(token), &when); 606 dst_key_settime(key, tag, when); 682 isc_stdtime_t when; local 837 result = dst_key_gettime(key, i, &when); 842 result = dns_time32_totext(when, &b);
|
H A D | dnssec.c | 667 isc_stdtime_t when; local 682 result = dst_key_gettime(key, DST_TIME_SYNCPUBLISH, &when); 686 result = dst_key_gettime(key, DST_TIME_SYNCDELETE, &when); 689 if (when <= now) 703 isc_stdtime_t when; local 718 result = dst_key_gettime(key, DST_TIME_SYNCDELETE, &when); 721 if (when <= now)
|
H A D | dst_api.c | 1065 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when) { argument 1068 key->times[type] = when; 1682 isc_stdtime_t when; local 1688 result = dst_key_gettime(key, type, &when); 1693 t = when; 1707 result = dns_time32_totext(when, &b);
|
/bind-9.11.3/lib/isc/unix/ |
H A D | time.c | 216 * note that even if both values == INT_MAX, then when added 258 * note that even if both values == INT_MAX, then when added 433 time_t when; local 442 when = isc_tm_timegm(&t_tm); 443 if (when == -1) 445 isc_time_set(t, when, 0);
|
H A D | file.c | 171 isc_file_settime(const char *file, isc_time_t *when) { argument 174 REQUIRE(file != NULL && when != NULL); 180 * loses when either: 186 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(when); 202 (isc_int32_t)(isc_time_nanoseconds(when) / 1000);
|
H A D | app.c | 444 isc_time_t when, now; local 470 result = isc__timermgr_nextevent(ctx->timermgr, &when); 477 us = isc_time_microdiff(&when, &now); 491 * We call isc__timermgr_dispatch() only when 637 * simply be made pending and we will get it when we call
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | sig_24.c | 125 unsigned long when; local 193 when = uint32_fromregion(&sr); 195 RETERR(dns_time32_totext(when, target));
|
H A D | rrsig_46.c | 151 unsigned long when; local 217 when = uint32_fromregion(&sr); 219 RETERR(dns_time32_totext(when, target));
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-settime.c | 108 isc_stdtime_t when; local 113 result = dst_key_gettime(key, type, &when); 117 fprintf(stream, "%d\n", (int) when); 119 time_t timet = when;
|
H A D | dnssec-keyfromlabel.c | 485 isc_stdtime_t when; local 533 ret = dst_key_gettime(prevkey, DST_TIME_ACTIVATE, &when); 555 ret = dst_key_gettime(prevkey, DST_TIME_DELETE, &when);
|
H A D | dnssec-keygen.c | 673 isc_stdtime_t when; local 719 ret = dst_key_gettime(prevkey, DST_TIME_ACTIVATE, &when); 741 ret = dst_key_gettime(prevkey, DST_TIME_DELETE, &when);
|
/bind-9.11.3/bin/tests/ |
H A D | named.conf | 490 * during initial startup) or when it is running in foreground 582 * You can also define category "default"; it gets used when no
|
/bind-9.11.3/lib/dns/include/dst/ |
H A D | dst.h | 516 * Be cautions when using this value unless you know what you are doing. 670 * Decrement the key's reference counter and, when it reaches zero, 808 * Set the default TTL to use when converting the key 818 * Get the default TTL to use when converting the key 877 dst_key_settime(dst_key_t *key, int type, isc_stdtime_t when);
|
/bind-9.11.3/bin/named/ |
H A D | client.c | 247 static void compute_cookie(ns_client_t *client, isc_uint32_t when, 314 * We need to detach from the view early when shutting down 771 * sever the connection when result != ISC_R_SUCCESS. 819 * We only want to fail with ISC_R_NOSPACE when called from 820 * ns_client_sendraw() and not when called from ns_client_send(), 821 * tcpbuffer is NULL when called from ns_client_sendraw() and 822 * length != 0. tcpbuffer != NULL when called from ns_client_send() 1714 * are updated when the appropriate task has exclusivity. 1775 compute_cookie(ns_client_t *client, isc_uint32_t when, isc_uint32_t nonce, argument 1791 isc_buffer_putuint32(buf, when); 1906 isc_uint32_t when; local [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | depcomp | 46 tmpdepfile Temporary file to use when outputting dependencies. 230 ## The problem is that when a header file which appears in a .P file 493 # automatically cleaned when .libs/ is deleted, while ignoring 537 # name when reading, but also accumulates all include files in the
|