Searched refs:addrhead (Results 1 – 2 of 2) sorted by relevance
51 struct Curl_addrinfo *addrhead = addrs; variable61 if(CURLE_OK != Curl_shuffle_addr(easy, &addrhead))63 if(addrhead != addrs)70 abort_unless(addrhead != addrs, "addresses are not being reordered");
23 void *addrhead = (void *)(info->dlpi_addr + info->dlpi_phdr[0].p_vaddr); in header_handler() local24 if ((strcmp(info->dlpi_name, "/data/libtest.so") == 0) && (addrhead != NULL)) { in header_handler()