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

/sssd/src/db/
H A Dsysdb_search.c1773 struct sysdb_netgroup_ctx **tmp_entry = NULL; local
1797 tmp_entry = talloc_array(tmp_ctx, struct sysdb_netgroup_ctx *, size + 1);
1798 if (tmp_entry == NULL) {
1817 tmp_entry[c] = talloc_zero(tmp_entry,
1819 if (!tmp_entry[c]) {
1824 tmp_entry[c]->type = SYSDB_NETGROUP_TRIPLE_VAL;
1825 ret = sysdb_netgr_split_triple(tmp_entry[c],
1827 &tmp_entry[c]->value.triple.hostname,
1828 &tmp_entry[
[all...]

Completed in 218 milliseconds