Home | History | Annotate | Download | only in c-ares

Lines Matching full:toolong

1177 #define toolong(x) (x == -1) &&  (SOCKERRNO == WSAEFAULT)
1179 #define toolong(x) (x == -1) && ((SOCKERRNO == ENAMETOOLONG) || \
1182 #define toolong(x) (x == -1) && (SOCKERRNO == EINVAL)
1203 if(toolong(res)) {