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

/sssd-io/src/util/
H A Dchild_common.c39 hash_table_t *children; member in struct:sss_sigchild_ctx
73 ret = sss_hash_create(sigchld_ctx, 10, &sigchld_ctx->children);
76 "fatal error initializing children hash table: [%s]\n",
104 error = hash_delete(child_ctx->sigchld_ctx->children, &key);
142 error = hash_enter(sigchld_ctx->children, &key, &value);
174 error = hash_delete(child_ctx->sigchld_ctx->children, &key);
221 error = hash_lookup(sigchld_ctx->children, &key, &value);
259 * children anyway, to avoid potential zombies.
/sssd-io/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 299 milliseconds