Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1608.c51 struct Curl_addrinfo *addrhead = addrs; variable
61 if(CURLE_OK != Curl_shuffle_addr(easy, &addrhead))
63 if(addrhead != addrs)
70 abort_unless(addrhead != addrs, "addresses are not being reordered");
/third_party/musl/libc-test/src/functionalext/supplement/ldso/
Ddl_iterate_phdr.c23 void *addrhead = (void *)(info->dlpi_addr + info->dlpi_phdr[0].p_vaddr); in header_handler() local
24 if ((strcmp(info->dlpi_name, "/data/libtest.so") == 0) && (addrhead != NULL)) { in header_handler()