Searched refs:data_node (Results 1 – 1 of 1) sorted by relevance
45 static struct Curl_dns_entry *data_node; variable65 if (data_node) { in unit_stop()66 Curl_freeaddrinfo(data_node->addr); in unit_stop()67 free(data_node); in unit_stop()109 data_node = calloc(1, sizeof(struct Curl_dns_entry)); in create_node()110 if (!data_node) in create_node()113 data_node->addr = fake_ai(); in create_node()114 if (!data_node->addr) in create_node()132 data_node->inuse = 1; /* hash will hold the reference */133 nodep = Curl_hash_add(&hp, data_key, key_len+1, data_node);[all …]