Searched defs:dom_objects (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_sdap.c954 struct sysdb_attrs **dom_objects; member in struct:copy_dom_obj_test_ctx
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);
[all...]
/sssd/src/providers/ldap/
H A Dsdap.c1702 struct sysdb_attrs **dom_objects,
1711 /* Own objects from all_objects by dom_objects in case they belong
1727 dom_objects[offset + copied] =
1728 talloc_steal(dom_objects, all_objects[i]);
1701 sdap_steal_objects_in_dom(struct sdap_options *opts, struct sysdb_attrs **dom_objects, size_t offset, struct sss_domain_info *dom, struct sysdb_attrs **all_objects, size_t count, bool filter) argument

Completed in 285 milliseconds