Home | History | Annotate | Download | only in dist

Lines Matching defs:zo

856 	struct zone_options** zo)
861 *zo = NULL;
867 *zo = NULL;
870 *zo = zone_options_find(xfrd->nsd->options, dname);
872 if(!*zo) {
904 struct zone_options* zo;
905 if(!get_zone_arg(ssl, xfrd, arg, &zo))
908 xfrd->last_task, zo?(const dname_type*)zo->node.key:NULL);
917 struct zone_options* zo;
918 if(!get_zone_arg(ssl, xfrd, arg, &zo))
921 xfrd->last_task, zo?(const dname_type*)zo->node.key:NULL);
930 struct zone_options* zo;
931 if(!get_zone_arg(ssl, xfrd, arg, &zo))
933 if(zo) {
935 xfrd->notify_zones, (const dname_type*)zo->node.key);
955 struct zone_options* zo;
957 if(!get_zone_arg(ssl, xfrd, arg, &zo))
959 if(zo) {
961 dname_type*)zo->node.key);
996 struct zone_options* zo;
998 if(!get_zone_arg(ssl, xfrd, arg, &zo))
1000 if(zo) {
1002 dname_type*)zo->node.key);
1033 print_zonestatus(RES* ssl, xfrd_state_type* xfrd, struct zone_options* zo)
1036 (const dname_type*)zo->node.key);
1038 xfrd->notify_zones, (const dname_type*)zo->node.key);
1039 if(!ssl_printf(ssl, "zone: %s\n", zo->name))
1041 if(!zo->part_of_config) {
1042 if(!ssl_printf(ssl, " pattern: %s\n", zo->pattern->pname))
1045 if(zone_is_catalog_consumer(zo)) {
1048 (const dname_type*)zo->node.key);
1052 , zo->node.key);
1067 if(invalid_catalog_consumer_zone(zo)) {
1069 invalid_catalog_consumer_zone(zo)))
1073 if(zone_is_catalog_producer(zo)) {
1077 , zo->node.key);
1087 if (zone_is_slave(zo)) {
1093 if(zone_is_catalog_member(zo)) {
1095 as_catalog_member_zone(zo)->member_id
1096 ? dname_to_string(as_catalog_member_zone(zo)->member_id, NULL)
1176 struct zone_options* zo;
1177 if(!get_zone_arg(ssl, xfrd, arg, &zo))
1179 if(zo) (void)print_zonestatus(ssl, xfrd, zo);
1181 RBTREE_FOR(zo, struct zone_options*,
1183 if(!print_zonestatus(ssl, xfrd, zo))