Searched refs:new_list (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/resolv/
H A Dasync_resolv.c1503 struct ares_srv_reply *new_list = NULL; local
1514 if (!new_list) {
1515 new_list = talloc_zero(mem_ctx, struct ares_srv_reply);
1516 if (new_list == NULL) {
1520 ptr = new_list;
1522 ptr->next = talloc_zero(new_list, struct ares_srv_reply);
1525 talloc_free(new_list);
1537 talloc_free(new_list);
1547 /* And now put our own new_list in place. */
1548 *reply_list = new_list;
1843 struct ares_txt_reply *new_list = NULL; local
[all...]
/sssd-io/src/ldb_modules/
H A Dmemberof.c96 struct mbof_dn_array *new_list; member in struct:mbof_del_ancestors_ctx
1900 struct mbof_dn_array *new_list; local
1909 new_list = talloc_zero(anc_ctx, struct mbof_dn_array);
1910 if (!new_list) {
1917 new_list->num = delop->num_parents;
1920 delop->anc_ctx->new_list = new_list;
1921 delop->anc_ctx->num_direct = new_list->num;
1924 if (new_list->num == 0) {
1932 new_list
1953 struct mbof_dn_array *new_list; local
1986 struct mbof_dn_array *new_list; local
2105 struct mbof_dn_array *new_list; local
[all...]
/sssd-io/src/util/
H A Dutil.c580 char **new_list = NULL; local
593 new_list = talloc_array(mem_ctx, char *, 2);
599 new_list = talloc_realloc(mem_ctx, old_list, char *, c + 2);
602 if (new_list == NULL) {
607 new_list[c] = talloc_strdup(new_list, string);
608 if (new_list[c] == NULL) {
610 talloc_free(new_list);
614 new_list[c + 1] = NULL;
616 *list_p = new_list;
[all...]
/sssd-io/src/sbus/
H A Dsssd_dbus_interface.c52 struct sbus_interface_list *new_list = NULL; local
68 if (sbus_iface_list_lookup(new_list,
81 DLIST_ADD(new_list, new_item);
84 *_copy = new_list;

Completed in 1247 milliseconds