Home | History | Annotate | Download | only in libevent

Lines Matching refs:DNS_ERR_CANCEL

2274 	if (result == DNS_ERR_CANCEL) {
2815 reply_schedule_callback(req, 0, DNS_ERR_CANCEL, NULL);
3934 case DNS_ERR_CANCEL: return "dns request canceled";
4297 result != DNS_ERR_SERVERFAILED && result != DNS_ERR_CANCEL);
4342 if (result == DNS_ERR_CANCEL && ! user_canceled) {