Searched defs:entries (Results 1 - 10 of 10) sorted by relevance

/sssd-io/src/providers/ipa/
H A Dipa_rules_common.h45 struct sysdb_attrs **entries; member in struct:ipa_common_entries
H A Dipa_netgroups.c695 const char **entries; member in struct:extract_state
722 state->entries = talloc_realloc(state, state->entries,
725 if (state->entries == NULL) {
729 state->entries[state->entries_count] = (char *)name_el->values[0].data;
815 memcpy(&ret_array[ret_count], state->entries,
820 talloc_zfree(state->entries);
/sssd-io/src/responder/nss/
H A Dnss_protocol_netgr.c110 struct sysdb_netgroup_ctx **entries; local
121 entries = cmd_ctx->enum_ctx->netgroup;
138 if (entries == NULL) {
146 for (; entries[idx->result] != NULL; idx->result++) {
152 entry = entries[idx->result];
/sssd-io/src/responder/autofs/
H A Dautofs_private.h58 struct ldb_message **entries; member in struct:autofs_dom_ctx
77 struct ldb_message **entries; member in struct:autofs_map_ctx
/sssd-io/src/providers/krb5/
H A Dkrb5_renew_tgt.c159 hash_entry_t *entries; local
167 ret = hash_entries(renew_tgt_ctx->tgt_table, &count, &entries);
176 renew_data = talloc_get_type(entries[c].value.ptr, struct renew_data);
201 auth_data->key.type = entries[c].key.type;
203 entries[c].key.str);
220 ret = hash_delete(renew_tgt_ctx->tgt_table, &entries[c].key);
228 talloc_free(entries);
423 "No entries with ccache file found in cache.\n");
428 "Found [%zu] entries with ccache file in cache.\n", msgs_count);
/sssd-io/src/responder/ifp/
H A Difpsrv_util.c387 size_t entries,
395 capacity = entries;
399 if (capacity < entries) {
401 "IFP list request has limit of %"PRIu32" entries but back end "
402 "returned %zu entries\n", list_ctx->limit,
403 list_ctx->path_count + entries);
405 capacity = entries;
386 ifp_list_ctx_remaining_capacity(struct ifp_list_ctx *list_ctx, size_t entries, size_t *_capacity) argument
/sssd-io/src/providers/ldap/
H A Dsdap_async_autofs.c157 DEBUG(SSSDBG_TRACE_INTERNAL, "All entries saved\n");
180 DEBUG(SSSDBG_TRACE_INTERNAL, "All entries removed\n");
223 struct sysdb_attrs **entries; member in struct:automntmaps_process_members_state
321 "Searching for automount map entries with base [%s]\n",
332 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot start search for entries\n");
348 struct sysdb_attrs **entries; local
352 &entries_count, &entries);
360 state->entries = talloc_realloc(state, state->entries,
363 if (state->entries
397 automntmaps_process_members_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, size_t *entries_count, struct sysdb_attrs ***entries) argument
433 struct sysdb_attrs **entries; member in struct:sdap_get_automntmap_state
601 sdap_get_automntmap_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct sysdb_attrs **map, size_t *entries_count, struct sysdb_attrs ***entries) argument
638 struct sysdb_attrs **entries; member in struct:sdap_autofs_setautomntent_state
773 struct ldb_message **entries = NULL; local
[all...]
H A Dsdap_async_nested_groups.c151 struct sysdb_attrs **entries = NULL; local
166 entries = talloc_array(mem_ctx, struct sysdb_attrs *, num_entries);
167 if (entries == NULL) {
174 entries[i] = talloc_steal(entries, entry);
183 *_entries = entries;
192 talloc_free(entries);
2286 struct sdap_deref_attrs **entries = NULL; local
2301 ret = sdap_deref_search_recv(subreq, state, &num_entries, &entries);
2323 ret = sysdb_attrs_get_string(entries[
2536 hash_entry_t *entries; member in struct:sdap_nested_group_lookup_external_state
[all...]
/sssd-io/src/db/
H A Dsysdb_search.c839 "entries which must be resolved before overrides can be "
994 "entries which must be resolved before overrides can be "
1834 struct sysdb_netgroup_ctx ***entries,
1876 /* Copy in all of the entries */
1938 *entries = talloc_steal(mem_ctx, tmp_entry);
1832 sysdb_netgr_to_entries(TALLOC_CTX *mem_ctx, struct ldb_result *res, struct sysdb_netgroup_ctx ***entries, size_t *netgroup_count) argument
/sssd-io/src/tests/
H A Dsysdb-tests.c1446 "Invalid number of entries, expected 1, got %d", res->count);
1497 fail_if(res->count != 1, "Invalid number of entries, expected 1, got %d",
1544 fail_if(res->count != 1, "Invalid number of entries, expected 1, got %d",
4241 "Invalid number of entries, expected 1, got %d", res->count);
5476 /* Search by originalDN should yield 2 entries */
5489 fail_unless(num_msgs == 2, "Did not find the expected number of entries using "
5521 fail_unless(num_msgs == 1, "Did not find the expected number of entries using "
5557 fail_unless(num_msgs == 1, "Did not find the expected number of entries using "
6366 struct ldb_message **entries; local
6376 autofsmapname, &count, &entries);
[all...]

Completed in 51 milliseconds