TYPE_AAAA 667 third_party/libevent/evdns.c case TYPE_AAAA: TYPE_AAAA 920 third_party/libevent/evdns.c } else if (type == TYPE_AAAA && class == CLASS_INET) { TYPE_AAAA 922 third_party/libevent/evdns.c if (req->request_type != TYPE_AAAA) { TYPE_AAAA 1591 third_party/libevent/evdns.c req, EVDNS_ANSWER_SECTION, name, TYPE_AAAA, CLASS_INET, TYPE_AAAA 2312 third_party/libevent/evdns.c request_new(TYPE_AAAA, name, flags, callback, ptr); TYPE_AAAA 2318 third_party/libevent/evdns.c return (search_request_new(TYPE_AAAA, name, flags, callback, ptr)); TYPE_AAAA 2521 third_party/libevent/evdns.c assert(type == TYPE_A || type == TYPE_AAAA);