Lines Matching refs:entry
152 struct sysdb_attrs *entry = NULL;
173 entry = talloc_get_type(values[i].ptr, struct sysdb_attrs);
174 entries[i] = talloc_steal(entries, entry);
238 struct sysdb_attrs *entry,
244 ret = sysdb_attrs_get_string(entry, SYSDB_ORIG_DN, &name);
249 return sdap_nested_group_hash_insert(table, name, entry, false, table_name);
417 DEBUG(SSSDBG_OP_FAILURE, "More than one entry found?\n");
1462 struct sysdb_attrs *entry = NULL;
1473 &entry, &type);
1478 if (entry != NULL) {
1485 if (entry == NULL) {
1487 ret = sdap_nested_group_lookup_user_recv(state, subreq, &entry);
1492 if (entry == NULL) {
1499 ret = sdap_nested_group_hash_user(state->group_ctx, entry);
1502 talloc_zfree(entry);
1512 if (entry == NULL) {
1514 ret = sdap_nested_group_lookup_group_recv(state, subreq, &entry);
1519 if (entry == NULL) {
1528 ret = sysdb_attrs_get_string(entry, SYSDB_ORIG_DN, &orig_dn);
1531 "The entry has no originalDN\n");
1542 ret = sdap_nested_group_hash_group(state->group_ctx, entry);
1545 talloc_zfree(entry);
1555 state->nested_groups[state->num_groups] = entry;
2008 struct sysdb_attrs *entry;
2072 struct sysdb_attrs *entry = NULL;
2078 ret = sdap_nested_group_lookup_user_recv(state, subreq, &entry);
2084 if (entry != NULL) {
2086 state->entry = entry;
2122 struct sysdb_attrs *entry = NULL;
2128 ret = sdap_nested_group_lookup_group_recv(state, subreq, &entry);
2134 if (entry == NULL) {
2136 state->entry = NULL;
2140 state->entry = entry;
2169 *_entry = talloc_steal(mem_ctx, state->entry);
2326 DEBUG(SSSDBG_CRIT_FAILURE, "The entry has no originalDN\n");
2844 "More than one entry found by originalDN?\n");