Searched refs:rfc3484_sort (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/posix/ |
D | tst-rfc3484-2.c | 147 qsort_r (order, 2, sizeof (order[0]), rfc3484_sort, &combo); in do_test() 177 qsort_r (order, 2, sizeof (order[0]), rfc3484_sort, &combo); in do_test()
|
D | tst-rfc3484-3.c | 144 qsort_r (order, naddrs, sizeof (order[0]), rfc3484_sort, &combo); in do_test()
|
D | tst-rfc3484.c | 136 qsort_r (order, naddrs, sizeof (order[0]), rfc3484_sort, &combo); in do_test()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1464 rfc3484_sort (const void *p1, const void *p2, void *arg) in rfc3484_sort() function 2577 __qsort_r (order, nresults, sizeof (order[0]), rfc3484_sort, &src); in getaddrinfo() 2581 __qsort_r (order, nresults, sizeof (order[0]), rfc3484_sort, &src); in getaddrinfo()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 7933 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of 7945 (rfc3484_sort): Change to use indirect access to results array. 7951 * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort. 8377 (rfc3484_sort): Add new parameter. Implement rule 7 correctly: 8382 of rfc3484_sort interface. 8414 (rfc3484_sort): In rule 9, for IPv4 addresses count only matching 8825 (rfc3484_sort): Make sure that even if qsort doesn't support 13631 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4 13902 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
|
D | ChangeLog.16 | 363 (rfc3484_sort): Implement rule 3 and 7.
|
D | ChangeLog.18 | 62051 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
|