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

/sssd/src/util/
H A Dchild_common.c38 hash_table_t *children; member in struct:sss_sigchild_ctx
72 ret = sss_hash_create(sigchld_ctx, 10, &sigchld_ctx->children);
75 "fatal error initializing children hash table: [%s]\n",
103 error = hash_delete(child_ctx->sigchld_ctx->children, &key);
141 error = hash_enter(sigchld_ctx->children, &key, &value);
173 error = hash_delete(child_ctx->sigchld_ctx->children, &key);
220 error = hash_lookup(sigchld_ctx->children, &key, &value);
258 * children anyway, to avoid potential zombies.
/sssd/src/ldb_modules/
H A Dmemberof.c106 struct mbof_del_operation **children; member in struct:mbof_del_operation
1221 * parents exists), we proceed with the children and descendants.
1223 * To handle the children we create a first ancestor operation that reflects
1233 * The remove list for the children, the immediate parent, and the dn and
1255 * children of this entry (the entry has "member"s).
1555 /* if there are any children, fire a removal sequence */
1567 /* no parents nor children, end ops */
1670 /* if there are any children, fire a removal sequence */
1682 /* no children, end ops */
1730 return mbof_del_execute_op(first->children[
[all...]

Completed in 29 milliseconds