Lines Matching refs:lookups
51 ares_free(options->lookups);
103 options->lookups = NULL;
172 options->lookups = ares_strdup(channel->lookups);
173 if (!options->lookups && channel->lookups) {
397 /* Set lookups, if given. */
399 if (options->lookups == NULL) {
402 channel->lookups = ares_strdup(options->lookups);
403 if (!channel->lookups) {