Lines Matching refs:ldap_objects
953 struct sysdb_attrs **ldap_objects;
1029 test_ctx->ldap_objects = talloc_zero_array(test_ctx,
1031 assert_non_null(test_ctx->ldap_objects);
1033 test_ctx->ldap_objects[0] = test_obj(test_ctx->ldap_objects, "parent",
1035 assert_non_null(test_ctx->ldap_objects[0]);
1037 test_ctx->ldap_objects[1] = test_obj(test_ctx->ldap_objects, "child",
1039 assert_non_null(test_ctx->ldap_objects[1]);
1065 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[0]),
1066 test_ctx->ldap_objects);
1067 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[1]),
1068 test_ctx->ldap_objects);
1077 test_ctx->ldap_objects,
1082 assert_non_null(test_ctx->dom_objects[0] == test_ctx->ldap_objects[0]);
1085 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[0]),
1092 test_ctx->ldap_objects,
1097 assert_non_null(test_ctx->dom_objects[1] == test_ctx->ldap_objects[1]);
1098 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[1]),
1112 test_ctx->ldap_objects,
1116 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[0]),
1118 assert_ptr_equal(talloc_parent(test_ctx->ldap_objects[1]),