Lines Matching defs:flat_name
803 char *flat_name;
833 ret = netlogon_get_domain_info(test_ctx, attrs, false, &flat_name, &site, &forest);
835 assert_string_equal(flat_name, "AD");
840 talloc_free(flat_name);
854 ret = netlogon_get_domain_info(test_ctx, attrs, false, &flat_name, &site, &forest);
856 assert_string_equal(flat_name, "AD");
860 talloc_free(flat_name);
863 ret = netlogon_get_domain_info(test_ctx, attrs, true, &flat_name, &site, &forest);
865 assert_string_equal(flat_name, "AD");
869 talloc_free(flat_name);