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

/sssd/src/providers/ldap/
H A Dsdap_async_autofs.c777 char **sysdb_entrylist; local
859 sysdb_entrylist = NULL;
861 sysdb_entrylist = talloc_array(state, char *, count+1);
862 if (!sysdb_entrylist) {
869 sysdb_entrylist[i] = talloc_strdup(sysdb_entrylist,
871 if (!sysdb_entrylist[i]) {
876 sysdb_entrylist[count] = NULL;
882 ret = diff_string_lists(tmp_ctx, ldap_entrylist, sysdb_entrylist,

Completed in 11 milliseconds