Searched defs:ret_array (Results 1 - 1 of 1) sorted by relevance
/sssd-io/src/providers/ipa/ |
H A D | ipa_netgroups.c | 752 const char **ret_array = NULL; local 792 ret_array = talloc_realloc(mem_ctx, ret_array, const char *, ret_count + 1); 793 if (ret_array == NULL) { 798 ret = sysdb_attrs_get_string(member, SYSDB_NAME, &ret_array[ret_count]); 809 ret_array = talloc_realloc(mem_ctx, ret_array, const char *, 811 if (ret_array == NULL) { 815 memcpy(&ret_array[ret_count], state->entries, 824 ret_array [all...] |
Completed in 8 milliseconds