Home
last modified time | relevance | path

Searched refs:new_labels (Results 1 – 1 of 1) sorted by relevance

/sysdeps/posix/
A Dgetaddrinfo.c1986 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()
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()
2028 if (new_labels != default_labels) in gaiconf_init()
2029 free (new_labels); in gaiconf_init()
2069 free (new_labels); in gaiconf_init()
[all …]

Completed in 7 milliseconds