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

/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c199 const cfg_obj_t *stmt = cfg_listelt_value(element); local
200 const cfg_obj_t *mode = cfg_tuple_get(stmt, "mode");
201 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity");
202 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype");
203 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name");
204 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types");
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c953 const cfg_obj_t *stmt = cfg_listelt_value(element); local
954 const cfg_obj_t *identity = cfg_tuple_get(stmt, "identity");
955 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype");
956 const cfg_obj_t *dname = cfg_tuple_get(stmt, "name");
957 const cfg_obj_t *typelist = cfg_tuple_get(stmt, "types");

Completed in 36 milliseconds