OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipkl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/bin/named/
zoneconf.c
1277
dns_ipkeylist_t
ipkl
;
local
1278
dns_ipkeylist_init(&
ipkl
);
1281
&
ipkl
));
1282
dns_zone_setalsonotify(zone,
ipkl
.addrs,
ipkl
.sources,
1283
ipkl
.keys,
ipkl
.tlss,
1284
ipkl
.count);
1285
dns_ipkeylist_clear(mctx, &
ipkl
);
1639
dns_ipkeylist_t
ipkl
;
local
1819
dns_ipkeylist_t
ipkl
;
local
[
all
...]
server.c
3198
dns_ipkeylist_t
ipkl
;
local
3202
dns_ipkeylist_init(&
ipkl
);
3225
&
ipkl
);
3267
if (
ipkl
.count != 0) {
3269
* Transfer the ownership of the pointers inside '
ipkl
' and
3272
opts->masters =
ipkl
;
3273
ipkl
.count = 0;
3304
if (
ipkl
.count != 0) {
3305
dns_ipkeylist_clear(view->mctx, &
ipkl
);
Completed in 32 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026