TYPE_A 648 third_party/libevent/evdns.c case TYPE_A: TYPE_A 891 third_party/libevent/evdns.c if (type == TYPE_A && class == CLASS_INET) { TYPE_A 893 third_party/libevent/evdns.c if (req->request_type != TYPE_A) { TYPE_A 1582 third_party/libevent/evdns.c req, EVDNS_ANSWER_SECTION, name, TYPE_A, CLASS_INET, TYPE_A 2006 third_party/libevent/evdns.c req = request_new(TYPE_A, "www.google.com", DNS_QUERY_NO_SEARCH, nameserver_probe_callback, ns); TYPE_A 2296 third_party/libevent/evdns.c request_new(TYPE_A, name, flags, callback, ptr); TYPE_A 2302 third_party/libevent/evdns.c return (search_request_new(TYPE_A, name, flags, callback, ptr)); TYPE_A 2521 third_party/libevent/evdns.c assert(type == TYPE_A || type == TYPE_AAAA);