OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dlz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isccfg/
check.c
3371
bool
dlz
;
local
4229
dlz
= false;
4230
tresult = cfg_map_get(zoptions, "
dlz
", &obj);
4232
dlz
= true;
4237
if (
dlz
&& tresult == ISC_R_SUCCESS) {
4239
"zone '%s': cannot specify both '
dlz
' "
4243
} else if (!
dlz
&&
/src/external/mpl/bind/dist/bin/named/
server.c
69
#include <dns/
dlz
.h>
1912
* Callback from
DLZ
configure when the driver sets up a writeable zone
4186
const cfg_obj_t *
dlz
;
local
4361
(void)cfg_map_get(voptions, "
dlz
", &dlzlist);
4363
(void)cfg_map_get(config, "
dlz
", &dlzlist);
4369
dlz
= cfg_listelt_value(element);
4372
(void)cfg_map_get(
dlz
, "database", &obj);
4390
name = cfg_map_getname(
dlz
);
4401
* If the
DLZ
backend supports configuration,
4406
(void)cfg_map_get(
dlz
, "search", &search)
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026