Lines Matching refs:lookups
79 char *lookups; /* Duplicate memory from channel because of ares_reinit() */
84 struct ares_addrinfo *ai; /* store results between lookups */
353 ares_free(hquery->lookups);
634 hquery->lookups = ares_strdup(channel->lookups);
635 if (!hquery->lookups) {
648 ares_free(hquery->lookups);
664 hquery->remaining_lookups = hquery->lookups;
668 /* Start performing lookups according to channel->lookups. */