Lines Matching refs:new_labels
1986 struct prefixentry *new_labels; in gaiconf_init() local
1991 new_labels = malloc (nlabellist * sizeof (*new_labels)); in gaiconf_init()
1992 if (new_labels == NULL) in gaiconf_init()
1999 memset (&new_labels[i].prefix, '\0', sizeof (struct in6_addr)); in gaiconf_init()
2000 new_labels[i].bits = 0; in gaiconf_init()
2001 new_labels[i].val = 1; in gaiconf_init()
2007 new_labels[i] = l->entry; in gaiconf_init()
2015 qsort (new_labels, nlabellist, sizeof (*new_labels), prefixcmp); in gaiconf_init()
2018 new_labels = (struct prefixentry *) default_labels; in gaiconf_init()
2028 if (new_labels != default_labels) in gaiconf_init()
2029 free (new_labels); in gaiconf_init()
2068 if (new_labels != default_labels) in gaiconf_init()
2069 free (new_labels); in gaiconf_init()
2102 labels = new_labels; in gaiconf_init()