Lines Matching refs:dom_objects
954 struct sysdb_attrs **dom_objects;
1042 test_ctx->dom_objects = talloc_zero_array(test_ctx,
1044 assert_non_null(test_ctx->dom_objects);
1070 assert_null(test_ctx->dom_objects[0]);
1071 assert_null(test_ctx->dom_objects[1]);
1074 test_ctx->dom_objects,
1081 assert_non_null(test_ctx->dom_objects[0]);
1082 assert_non_null(test_ctx->dom_objects[0] == test_ctx->ldap_objects[0]);
1083 assert_null(test_ctx->dom_objects[1]);
1086 test_ctx->dom_objects);
1089 test_ctx->dom_objects,
1096 assert_non_null(test_ctx->dom_objects[1]);
1097 assert_non_null(test_ctx->dom_objects[1] == test_ctx->ldap_objects[1]);
1099 test_ctx->dom_objects);
1109 test_ctx->dom_objects,
1117 test_ctx->dom_objects);
1119 test_ctx->dom_objects);