Searched refs:DNS_ERR_NONE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.h98 * Hopefully it will be DNS_ERR_NONE, in which case type will be
171 #define DNS_ERR_NONE 0 macro
H A Devdns.c650 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,
1992 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) {
3018 case DNS_ERR_NONE: return "no error";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_dns.c83 if (result != DNS_ERR_NONE) {
239 if (result != DNS_ERR_NONE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Ddns.h73 * Hopefully it will be DNS_ERR_NONE, in which case type will be
146 #define DNS_ERR_NONE 0 macro
191 * - result is one of the DNS_ERR_* values (DNS_ERR_NONE for success)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_dns.c93 if (result != DNS_ERR_NONE) {
301 if (result != DNS_ERR_NONE) {
729 tt_int_op(r1.result, ==, DNS_ERR_NONE);
793 tt_int_op(r1.result, ==, DNS_ERR_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c774 cb->user_callback(DNS_ERR_NONE, DNS_IPv4_A,
784 cb->user_callback(DNS_ERR_NONE, DNS_PTR, 1, cb->ttl,
792 cb->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA,
2269 if (result == DNS_ERR_NONE || result == DNS_ERR_NOTEXIST) {
3903 case DNS_ERR_NONE: return "no error";
4162 if (e1 == DNS_ERR_NONE)
4332 if (result == DNS_ERR_NONE) {

Completed in 259 milliseconds