Home
last modified time | relevance | path

Searched refs:EVUTIL_ERR_CONNECT_RETRIABLE (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dutil-internal.h80 #define EVUTIL_ERR_CONNECT_RETRIABLE(e) \ macro
96 #define EVUTIL_ERR_CONNECT_RETRIABLE(e) \
Devutil.c483 if (EVUTIL_ERR_CONNECT_RETRIABLE(e)) in evutil_socket_connect()
514 if (EVUTIL_ERR_CONNECT_RETRIABLE(e)) in evutil_socket_finished_connecting()