HomeSort by relevance Sort by last modified time
    Searched refs:DNS_ERR_NONE (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/
evdns.h 98 * Hopefully it will be DNS_ERR_NONE, in which case type will be
171 #define DNS_ERR_NONE 0
evdns.c 650 req->user_callback(DNS_ERR_NONE, DNS_IPv4_A,
660 req->user_callback(DNS_ERR_NONE, DNS_PTR, 1, ttl,
669 req->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA,
    [all...]
  /external/chromium/third_party/libevent/test/
regress_dns.c 83 if (result != DNS_ERR_NONE) {
239 if (result != DNS_ERR_NONE) {

Completed in 411 milliseconds