Searched defs:obj2 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dserver.c3026 const cfg_obj_t *obj, *obj2; local
3047 obj2 = cfg_tuple_get(obj, "type");
3048 str = cfg_obj_asstring(obj2);
3064 obj2 = cfg_tuple_get(obj, "mode");
3065 if (obj2 == NULL || cfg_obj_isvoid(obj2)) {
3070 str = cfg_obj_asstring(obj2);
3085 obj2 = cfg_tuple_get(obj, "mode");
3086 if (obj2 == NULL)
3088 if (strcasecmp(cfg_obj_asstring(obj2), "fil
3258 const cfg_obj_t *obj, *obj2; local
[all...]

Completed in 40 milliseconds