HomeSort by: relevance | last modified time | path
    Searched defs:zopt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd-catalog-zones.c 581 struct zone_options* zopt; local
745 zopt = &cursor_cmz(cursor)->options;
746 dname = (dname_type *)zopt->node.key;
752 if(zone_is_slave(zopt)) {
758 if(zone_is_catalog_consumer(zopt)) {
768 zopt->pattern = pattern;
771 xfrd->last_task, zopt->name,
774 , zopt));
778 if(zone_is_catalog_consumer(zopt)) {
780 xfrd, zopt);
    [all...]
difffile.c 1001 struct zone_options* zopt; local
1006 zopt = zone_options_find(opt, zone_name);
1007 if(!zopt) {
1011 zopt = zone_options_create(opt->region);
1012 if(!zopt) return 0;
1013 zopt->part_of_config = 1;
1014 zopt->name = region_strdup(opt->region, zstr);
1015 zopt->pattern = pattern_options_find(opt, patname);
1016 if(!zopt->name || !zopt->pattern) return 0
2011 struct zone_options* zopt; local
    [all...]
options.c 355 struct zone_options* zopt; local
361 } else if (!(zopt = zone_options_find(opt, dname))) {
367 } else if (!zone_is_catalog_producer(zopt)) {
412 struct zone_options* zopt; local
426 RBTREE_FOR(zopt, struct zone_options*, opt->zone_options) {
428 (void)getzonestatid(opt, zopt);
2924 unsigned getzonestatid(struct nsd_options* opt, struct zone_options* zopt)
2931 if(!zopt->pattern->zonestats || zopt->pattern->zonestats[0]==0)
2933 statname = config_cook_string(zopt, zopt->pattern->zonestats)
    [all...]
remote.c 1299 struct zone_options* zopt; local
1326 if( (zopt=zone_options_find(xfrd->nsd->options, dname)) ) {
1327 if(zopt->part_of_config) {
1335 if(zone_is_catalog_consumer_member(zopt)) {
1339 as_catalog_member_zone(zopt)->member_id, NULL));
1354 if(zone_is_slave(zopt)) {
1359 if(zone_is_catalog_consumer(zopt)) {
1363 zone_list_del(xfrd->nsd->options, zopt);
1371 zopt = zone_list_add_or_cat(xfrd->nsd->options, arg, arg2,
1373 if(!zopt) {
1402 struct zone_options* zopt; local
1470 struct zone_options* zopt; local
1666 struct zone_options* zopt = NULL; local
1708 struct zone_options* zopt = zone_options_create( local
1994 struct zone_options* zopt = local
2006 struct zone_options* zopt = local
    [all...]

Completed in 35 milliseconds