OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dns_time64_from32
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/include/dns/
time.h
67
dns_time64_from32
(uint32_t value);
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
time.h
68
dns_time64_from32
(uint32_t value);
/src/external/mpl/bind/dist/lib/dns/
time.c
105
dns_time64_from32
(uint32_t value) {
function
129
return dns_time64_totext(
dns_time64_from32
(value), target);
diff.c
230
when =
dns_time64_from32
(sig.timeexpire);
241
if (when == 0 ||
dns_time64_from32
(sig.timeexpire) < when) {
242
when =
dns_time64_from32
(sig.timeexpire);
rbt-zonedb.c
1774
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
1966
header->resign = (isc_stdtime_t)(
dns_time64_from32
(resign) >>
qpzone.c
2125
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
2350
header->resign = (isc_stdtime_t)(
dns_time64_from32
(resign) >>
4718
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
4837
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
rbtdb.c
3350
(isc_stdtime_t)(
dns_time64_from32
(
3556
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
zone.c
6956
int64_t timeexpire =
dns_time64_from32
(
/src/external/mpl/dhcp/bind/dist/lib/dns/
time.c
106
dns_time64_from32
(uint32_t value) {
function
130
return (dns_time64_totext(
dns_time64_from32
(value), target));
diff.c
211
when =
dns_time64_from32
(sig.timeexpire);
222
if (when == 0 ||
dns_time64_from32
(sig.timeexpire) < when) {
223
when =
dns_time64_from32
(sig.timeexpire);
rbtdb.c
6967
(isc_stdtime_t)(
dns_time64_from32
(
7188
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
7595
(isc_stdtime_t)(
dns_time64_from32
(rdataset->resign) >>
8340
header->resign = (isc_stdtime_t)(
dns_time64_from32
(resign) >>
zone.c
6976
int64_t timeexpire =
dns_time64_from32
(
Completed in 72 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026