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

/sssd-io/src/db/
H A Dsysdb.c1010 char **tmp_list; local
1057 tmp_list = talloc_realloc(mem_ctx, list, char *, list_idx+1);
1058 if (!tmp_list) {
1062 list = tmp_list;

Completed in 16 milliseconds