Lines Matching defs:forest_name
938 ctx->forest_name.type = AD_STRING;
975 if (ctx->forest_name.value != NULL)
976 free(ctx->forest_name.value);
1022 if (ctx->forest_name.state == AD_STATE_AUTO)
1023 ctx->forest_name.state = AD_STATE_INVALID;
1466 if (is_fixed(&ctx->forest_name))
1467 return (&ctx->forest_name);
1473 if (!is_valid(&ctx->forest_name))
1476 return (&ctx->forest_name);
1484 char *forest_name = NULL;
1489 forest_name = strdup(forest_name_item->value);
1496 return (forest_name);
1511 char *forest_name;
1521 forest_name = (char *)forest_name_item->value;
1546 forest_name);
1560 forest_name);
1564 forest_name, NULL);
1579 forest_name,
1619 forest_name, site_name);
1634 forest_name, site_name);
1640 forest_name, NULL);
1655 forest_name,
1959 char *forest_name = NULL;
1961 forest_name = strdup(forestName);
1962 if (forest_name == NULL)
1964 update_item(&ctx->forest_name, forest_name,
1966 } else if (ctx->forest_name.state == AD_STATE_FIXED)
1967 ctx->forest_name.state = AD_STATE_INVALID;
1974 char *forest_name = NULL;
1976 if (is_fixed(&ctx->forest_name))
1979 forest_name = strdup(forestName);
1980 if (forest_name == NULL)
1982 update_item(&ctx->forest_name, forest_name, AD_STATE_AUTO, 0);
2038 if (ctx->forest_name.state == AD_STATE_FIXED)
2039 ctx->forest_name.state = AD_STATE_INVALID;