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

/sssd-io/src/util/
H A Dutil.c204 char **both_lists = NULL; local
267 both_lists = talloc_realloc(tmp_ctx, both_lists, char *, i12+1);
268 if (!both_lists) {
272 both_lists[i12-1] = talloc_strdup(both_lists, list2[i]);
273 if (!both_lists[i12-1]) {
278 both_lists[i12] = NULL;
351 if (both_lists) {
352 *_both_lists = talloc_steal(memctx, both_lists);
[all...]

Completed in 12 milliseconds