Searched defs:child (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_child_helpers.c4 LDAP Backend Module -- child helpers
49 /* child info */
79 "LDAP child was terminated due to timeout\n");
87 struct sdap_child *child, struct tevent_req *req)
111 if (pid == 0) { /* child */
112 exec_child(child,
117 DEBUG(SSSDBG_CRIT_FAILURE, "BUG: Could not exec LDAP child\n");
119 child->pid = pid;
120 child->io->read_from_child_fd = pipefd_from_child[0];
122 child
86 sdap_fork_child(struct tevent_context *ev, struct sdap_child *child, struct tevent_req *req) argument
270 struct sdap_child *child; member in struct:sdap_get_tgt_state
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_sysdb_subdomains.c201 struct sss_domain_info *child; local
249 child = find_domain_by_name(test_ctx->tctx->dom, child_dom1[0], true);
250 assert_non_null(child->forest_root);
251 assert_ptr_equal(child->forest_root, sub);
257 child = find_domain_by_name(test_ctx->tctx->dom, child_dom2[0], true);
258 assert_non_null(child->forest_root);
259 assert_ptr_equal(child->forest_root, sub);
273 * child and parallel
282 struct sss_domain_info *child; local
284 const char *const child_dom[5] = { "child
[all...]
H A Dtest_sdap.c948 struct sss_domain_info *child; member in struct:copy_dom_obj_test_ctx
1016 test_ctx->child = named_domain(test_ctx, "child.win.trust.test",
1018 assert_non_null(test_ctx->child);
1025 test_ctx->child);
1037 test_ctx->ldap_objects[1] = test_obj(test_ctx->ldap_objects, "child",
1091 test_ctx->child,
/sssd-io/src/util/
H A Dchild_common.c4 Common helper functions to be used in child processes
121 struct sss_child_ctx *child; local
126 child = talloc_zero(mem_ctx, struct sss_child_ctx);
127 if (child == NULL) {
131 child->pid = pid;
132 child->cb = cb;
133 child->pvt = pvt;
134 child->sigchld_ctx = sigchld_ctx;
140 value.ptr = child;
144 talloc_free(child);
[all...]

Completed in 23 milliseconds