Lines Matching refs:results
459 * Callback for each A or AAAA record, creating getaddrinfo-compatible results
574 /* we want to confirm the results against what we last requested... */
580 * the results. Produce the following layout at c
631 * smallest_ttl applies as it is to empty results (NXDOMAIN), or is
632 * set to the minimum ttl seen in all the results.
642 c->results = (struct addrinfo *)&c[1];
644 *q->last = c->results;
645 else /* first one had no results, set first guy's c->results */
647 q->firstcache->results = c->results;
670 * cache the first results object... if a second one comes,
688 * addrinfo results, if any, to all interested wsi, if any...