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

/bind-9.11.3/bin/named/
H A Dzoneconf.c209 const cfg_obj_t *stmt = cfg_listelt_value(element); local
210 const cfg_obj_t *mode = cfg_tuple_get(stmt, "mode");
211 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity");
212 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype");
213 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name");
214 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types");
/bind-9.11.3/lib/bind9/
H A Dcheck.c1641 const cfg_obj_t *stmt = cfg_listelt_value(element); local
1642 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity");
1643 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype");
1644 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name");
1645 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types");

Completed in 42 milliseconds