OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeobj
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/bin/check/
named-checkconf.c
184
const cfg_obj_t *
typeobj
= NULL;
local
225
cfg_map_get(zoptions, "type", &
typeobj
);
226
if (
typeobj
== NULL) {
231
const char *ztype = cfg_obj_asstring(
typeobj
);
261
if (strcasecmp(cfg_obj_asstring(
typeobj
), "hint") == 0) {
263
} else if ((strcasecmp(cfg_obj_asstring(
typeobj
), "primary") != 0) &&
264
(strcasecmp(cfg_obj_asstring(
typeobj
), "master") != 0) &&
265
(strcasecmp(cfg_obj_asstring(
typeobj
), "redirect") != 0))
273
if (strcasecmp(cfg_obj_asstring(
typeobj
), "redirect") == 0) {
/src/external/mpl/bind/dist/bin/named/
zoneconf.c
287
const cfg_obj_t *
typeobj
;
local
294
typeobj
= cfg_listelt_value(element2);
295
str = cfg_obj_asstring(
typeobj
);
server.c
6692
const cfg_obj_t *
typeobj
= NULL;
local
6799
(void)cfg_map_get(zoptions, "type", &
typeobj
);
6800
if (
typeobj
== NULL) {
6806
ztypestr = cfg_obj_asstring(
typeobj
);
14792
const cfg_obj_t *
typeobj
= NULL;
local
14796
cfg_map_get(zoptions, "type", &
typeobj
);
14798
if (redirect &&
typeobj
!= NULL &&
14799
strcasecmp(cfg_obj_asstring(
typeobj
),
/src/external/mpl/bind/dist/lib/isccfg/
check.c
2931
const cfg_obj_t *
typeobj
;
local
2934
typeobj
= cfg_listelt_value(element2);
2935
r.base = UNCONST(cfg_obj_asstring(
typeobj
));
2947
cfg_obj_log(
typeobj
, logctx,
2959
cfg_obj_log(
typeobj
, logctx, ISC_LOG_ERROR,
Completed in 27 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026