Searched refs:when (Results 1 - 25 of 38) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/
H A Dtimer_p.h26 isc__timermgr_nextevent(isc_time_t *when);
H A Dtimer.c207 * return when the time expires, so here, we check to see if
315 * will be posted to 'task' and when dispatched 'action' will be
921 isc__timermgr_nextevent(isc_time_t *when) { argument
924 *when = timermgr->due;
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dtime_test.c47 isc_uint32_t when; local
59 result = dns_time32_fromtext(test_text, &when);
61 ATF_REQUIRE_EQ(when, test_time);
75 isc_uint32_t when; local
87 result = dns_time32_fromtext(test_text, &when);
89 ATF_REQUIRE_EQ(when, test_time);
103 isc_uint32_t when; local
115 result = dns_time32_fromtext(test_text, &when);
117 ATF_REQUIRE_EQ(when, test_time);
131 isc_uint32_t when; local
159 isc_uint32_t when; local
187 isc_uint32_t when; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Ddiff.c201 isc_stdtime_t when; local
209 when = 0;
211 when = sig.timeexpire - delta;
221 if (when == 0 || sig.timeexpire - delta < when)
222 when = sig.timeexpire - delta;
228 return (when);
379 * This will not happen when executing a
382 * It may happen when receiving an IXFR
/bind-9.6-ESV-R11/
H A Dbind.keys20 # so may lead to problems when you upgrade.)
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.c159 unsigned long when; local
226 when = uint32_fromregion(&sr);
228 RETERR(dns_time32_totext(when, target));
H A Dsig_24.c133 unsigned long when; local
202 when = uint32_fromregion(&sr);
204 RETERR(dns_time32_totext(when, target));
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c307 isc_time_t when, now; local
320 result = isc__timermgr_nextevent(&when);
327 us = isc_time_microdiff(&when, &now);
341 * We call isc__timermgr_dispatch() only when
485 * be made pending and we will get it when we call sigwait().
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf498 * during initial startup) or when it is running in foreground
590 * You can also define category "default"; it gets used when no
/bind-9.6-ESV-R11/bin/dnssec/win32/
H A Ddsfromkey.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dkeyfromlabel.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dkeygen.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dsignzone.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/bin/rndc/win32/
H A Dconfgen.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Drndc.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/lib/dns/win32/
H A Dgen.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/lib/win32/bindevt/
H A Dbindevt.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
171 ## The problem is that when a header file which appears in a .P file
404 # automatically cleaned when .libs/ is deleted, while ignoring
457 # name when reading, but also accumulates all include files in the
/bind-9.6-ESV-R11/bin/check/win32/
H A Dnamedcheckconf.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dnamedcheckzone.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/bin/dig/win32/
H A Ddig.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dhost.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dnslookup.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/bin/nsupdate/win32/
H A Dnsupdate.mak9 !MESSAGE You can specify a configuration when running NMAKE
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstall.mak9 !MESSAGE You can specify a configuration when running NMAKE

Completed in 47 milliseconds

12