Lines Matching refs:forest_name

941 	ctx->forest_name.type = AD_STRING;  in ad_disc_init()
978 if (ctx->forest_name.value != NULL) in ad_disc_fini()
979 free(ctx->forest_name.value); in ad_disc_fini()
1025 if (ctx->forest_name.state == AD_STATE_AUTO) in ad_disc_refresh()
1026 ctx->forest_name.state = AD_STATE_INVALID; in ad_disc_refresh()
1478 if (is_fixed(&ctx->forest_name)) in validate_ForestName()
1479 return (&ctx->forest_name); in validate_ForestName()
1485 if (!is_valid(&ctx->forest_name)) in validate_ForestName()
1488 return (&ctx->forest_name); in validate_ForestName()
1496 char *forest_name = NULL; in ad_disc_get_ForestName() local
1501 forest_name = strdup(forest_name_item->value); in ad_disc_get_ForestName()
1508 return (forest_name); in ad_disc_get_ForestName()
1523 char *forest_name; in validate_GlobalCatalog() local
1535 forest_name = (char *)forest_name_item->value; in validate_GlobalCatalog()
1570 forest_name, site_name); in validate_GlobalCatalog()
1585 forest_name, site_name); in validate_GlobalCatalog()
1591 forest_name, NULL); in validate_GlobalCatalog()
1606 forest_name, in validate_GlobalCatalog()
1644 forest_name); in validate_GlobalCatalog()
1658 forest_name); in validate_GlobalCatalog()
1662 forest_name, NULL); in validate_GlobalCatalog()
1677 forest_name, in validate_GlobalCatalog()
1979 char *forest_name = NULL; in ad_disc_set_ForestName() local
1981 forest_name = strdup(forestName); in ad_disc_set_ForestName()
1982 if (forest_name == NULL) in ad_disc_set_ForestName()
1984 update_item(&ctx->forest_name, forest_name, in ad_disc_set_ForestName()
1986 } else if (ctx->forest_name.state == AD_STATE_FIXED) in ad_disc_set_ForestName()
1987 ctx->forest_name.state = AD_STATE_INVALID; in ad_disc_set_ForestName()
1994 char *forest_name = NULL; in auto_set_ForestName() local
1996 if (is_fixed(&ctx->forest_name)) in auto_set_ForestName()
1999 forest_name = strdup(forestName); in auto_set_ForestName()
2000 if (forest_name == NULL) in auto_set_ForestName()
2002 update_item(&ctx->forest_name, forest_name, AD_STATE_AUTO, 0); in auto_set_ForestName()
2058 if (ctx->forest_name.state == AD_STATE_FIXED) in ad_disc_unset()
2059 ctx->forest_name.state = AD_STATE_INVALID; in ad_disc_unset()