OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifytime
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
302
isc_time_t
notifytime
;
member in struct:dns_zone
1201
.
notifytime
= now,
11360
if (isc_time_compare(&now, &zone->
notifytime
) > 0) {
11361
zone->
notifytime
= now;
11364
DNS_ZONE_TIME_ADD(&zone->
notifytime
, zone->notifydefer,
11365
&zone->
notifytime
);
11371
isc_time_compare(&now, &zone->
notifytime
) >= 0;
11421
isc_time_compare(&now, &zone->
notifytime
) >= 0;
12910
DNS_ZONE_TIME_SUBTRACT(&zone->
notifytime
,
12912
&zone->
notifytime
);
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
294
isc_time_t
notifytime
;
member in struct:dns_zone
1162
zone->
notifytime
= now;
11391
(isc_time_compare(&now, &zone->
notifytime
) >= 0);
11440
isc_time_compare(&now, &zone->
notifytime
) >= 0)
12837
DNS_ZONE_TIME_ADD(now, zone->notifydelay, &zone->
notifytime
);
15116
next = zone->
notifytime
;
15176
next = zone->
notifytime
;
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026