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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h949 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1086 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1157 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \ macro
1261 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK) macro

Completed in 29 milliseconds