Searched defs:now (Results 1 - 25 of 53) sorted by relevance

123

/bind-9.6-ESV-R11/bin/tests/net/
H A Ddriver.c43 static char now[512]; local
48 strftime(now, sizeof(now) - 1,
52 return (now);
/bind-9.6-ESV-R11/contrib/sdb/time/
H A Dtimedb.c60 time_t now = time(NULL); local
68 n = snprintf(buf, sizeof(buf), "\"%s", ctime(&now));
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdatasetiter.h103 isc_stdtime_t now; member in struct:dns_rdatasetiter
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dzonemgr_test.c158 isc_time_t now; local
162 TIME_NOW(&now);
185 ATF_CHECK(! dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
190 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
191 ATF_CHECK(! dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
192 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
193 ATF_CHECK(dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
197 ATF_CHECK(! dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
202 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
203 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dtimer_test.c102 isc_time_t expires, now; local
137 TIME_NOW(&now);
150 RUNTIME_CHECK(isc_time_add(&now, &interval, &expires) ==
H A Dadb_test.c67 static isc_stdtime_t now; variable
267 now, NULL, view->dstport, &client->find);
297 isc_stdtime_get(&now);
/bind-9.6-ESV-R11/bin/named/
H A Dtsigconf.c51 isc_stdtime_t now; local
115 isc_stdtime_get(&now);
117 ISC_FALSE, NULL, now, now,
/bind-9.6-ESV-R11/contrib/zkt/
H A Dsoaserial.c249 ulong now; local
255 now = time (NULL);
256 now = serialtime (now);
257 printf ("now = %lu\n", now);
/bind-9.6-ESV-R11/lib/dns/
H A Dtime.c108 isc_stdtime_t now; local
118 isc_stdtime_get(&now);
119 start = (isc_int64_t) now;
120 if (isc_serial_gt(value, now))
121 t = start + (value - now);
123 t = start - (now - value);
H A Dncache.c52 dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl,
102 dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl,
105 return (addoptout(message, cache, node, covers, now, maxttl,
112 isc_stdtime_t now, dns_ttl_t maxttl,
115 return (addoptout(message, cache, node, covers, now, maxttl,
121 dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl,
250 * We will now build a suitable negative cache rdataset that
321 return (dns_db_addrdataset(cache, node, NULL, now, &ncrdataset,
101 dns_ncache_add(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl, dns_rdataset_t *addedrdataset) argument
110 dns_ncache_addoptout(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl, isc_boolean_t optout, dns_rdataset_t *addedrdataset) argument
120 addoptout(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, dns_rdatatype_t covers, isc_stdtime_t now, dns_ttl_t maxttl, isc_boolean_t optout, isc_boolean_t secure, dns_rdataset_t *addedrdataset) argument
H A Drootns.c152 isc_stdtime_t now; local
157 isc_stdtime_get(&now);
164 now, NULL, name, &rootns, NULL);
173 result = dns_db_allrdatasets(db, node, NULL, now, &rdsiter);
323 dns_name_t *name, isc_stdtime_t now)
337 now, NULL, foundname, &hintrrset, NULL);
339 DNS_DBFIND_GLUEOK, now, NULL, foundname,
379 now, NULL, foundname, &hintrrset, NULL);
381 DNS_DBFIND_GLUEOK, now, NULL, foundname,
428 isc_stdtime_t now; local
322 check_address_records(dns_view_t *view, dns_db_t *hints, dns_db_t *db, dns_name_t *name, isc_stdtime_t now) argument
[all...]
H A Dcache.c916 dns_cache_clean(dns_cache_t *cache, isc_stdtime_t now) { argument
938 result = dns_db_expirenode(cache->db, node, now);
1005 * If the cache was overmem and cleaning, but now with the new limits
H A Ddb.c484 dns_rdatatype_t type, unsigned int options, isc_stdtime_t now,
505 return ((db->methods->find)(db, name, version, type, options, now,
511 unsigned int options, isc_stdtime_t now,
527 return ((db->methods->findzonecut)(db, name, options, now, nodep,
585 dns_db_expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) { argument
588 * Mark as stale all records at 'node' which expire at or before 'now'.
595 return ((db->methods->expirenode)(db, node, now));
636 isc_stdtime_t now, dns_rdataset_t *rdataset,
655 now, rdataset, sigrdataset));
660 isc_stdtime_t now, dns_rdatasetiter_
483 dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
510 dns_db_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
634 dns_db_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
659 dns_db_allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
675 dns_db_addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
[all...]
H A Ddnssec.c380 isc_stdtime_t now; local
407 isc_stdtime_get(&now);
412 if (isc_serial_lt((isc_uint32_t)now, sig.timesigned)) {
415 } else if (isc_serial_lt(sig.timeexpire, (isc_uint32_t)now)) {
703 isc_stdtime_t now; local
729 isc_stdtime_get(&now);
730 sig.timesigned = now - DNS_TSIG_FUDGE;
731 sig.timeexpire = now + DNS_TSIG_FUDGE;
836 isc_stdtime_t now; local
875 isc_stdtime_get(&now);
[all...]
H A Drdataset.c693 isc_stdtime_t now)
709 fname, msg, now));
683 dns_rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dcondition.c244 isc_time_t now; local
246 if (isc_time_now(&now) != ISC_R_SUCCESS) {
251 microseconds = isc_time_microdiff(t, &now);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.c269 strtotime(const char *str, isc_int64_t now, isc_int64_t base) { argument
279 } else if (strncmp(str, "now+", 4) == 0) {
283 val = now + offset;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c162 * We install them now because BSDI 3.1 won't block
307 isc_time_t when, now; local
326 TIME_NOW(&now);
327 us = isc_time_microdiff(&when, &now);
H A Dtime.c383 time_t now; local
388 now = (time_t) t->seconds;
389 flen = strftime(buf, len, "%d-%b-%Y %X", localtime(&now));
400 time_t now; local
405 now = (time_t)t->seconds;
406 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now));
412 time_t now; local
417 now = (time_t)t->seconds;
418 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now));
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h132 isc_stdtime_t now; member in struct:ns_client
/bind-9.6-ESV-R11/bin/tests/timers/
H A Dt_timers.c99 isc_time_t now; local
120 isc_result = isc_time_now(&now);
157 if (isc_time_compare(&llim, &now) > 0) {
160 (unsigned long)isc_time_microdiff(&base, &now));
162 } else if (isc_time_compare(&ulim, &now) < 0) {
165 (unsigned long)isc_time_microdiff(&now, &base));
168 Tx_lasttime = now;
448 isc_time_t now; local
458 isc_result = isc_time_now(&now);
497 if (isc_time_compare(&llim, &now) >
579 isc_time_t now; local
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c111 schedule(isc_timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) { argument
145 result = isc_time_add(now, &timer->interval, &due);
220 isc_time_compare(&then, now) < 0) {
310 isc_time_t now; local
337 TIME_NOW(&now);
341 * complaining about "now" possibly being used without being
344 isc_time_settoepoch(&now);
356 result = isc_time_add(&now, interval, &timer->idle);
399 result = schedule(timer, &now, ISC_TRUE);
425 isc_time_t now; local
511 isc_time_t now; local
581 dispatch(isc_timermgr_t *manager, isc_time_t *now) argument
706 isc_time_t now; local
724 manager->due, now); local
930 isc_time_t now; local
[all...]
H A Dhttpd.c422 * From now on, p is the start of our buffer.
480 * HTTP/1.1 for now.
667 isc_time_t now; local
704 isc_time_now(&now);
705 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf));
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c180 isc_time_t now; local
186 TIME_NOW(&now);
187 diff = (int) isc_time_microdiff(&now, &query->time_sent);
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c259 isccc_time_t now; local
292 isc_stdtime_get(&now);
295 now, now + 60, &request));
336 isccc_time_t now; local
362 isc_stdtime_get(&now);
364 now, now + 60, &request));

Completed in 444 milliseconds

123