Searched defs:APR_STATUS_IS_ENOTSOCK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h963 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1102 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1176 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1283 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK) macro

Completed in 168 milliseconds