OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldttl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
localzone.c
402
time_t*
oldttl
= pd->rr_ttl;
local
422
memcpy(pd->rr_ttl+1,
oldttl
,
1423
time_t*
oldttl
= d->rr_ttl;
local
1440
memmove(d->rr_ttl,
oldttl
, d->count*sizeof(time_t));
/src/external/mpl/bind/dist/lib/dns/
rbtdb.c
324
dns_ttl_t
oldttl
= header->ttl;
local
335
if (header->heap == NULL || header->heap_index == 0 || newttl ==
oldttl
)
340
if (newttl <
oldttl
) {
qpcache.c
950
dns_ttl_t
oldttl
= header->ttl;
local
961
if (header->heap == NULL || header->heap_index == 0 || newttl ==
oldttl
)
966
if (newttl <
oldttl
) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
948
dns_ttl_t
oldttl
;
local
955
oldttl
= header->rdh_ttl;
963
if (header->heap_index == 0 || newttl ==
oldttl
) {
972
if (newttl <
oldttl
) {
Completed in 53 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026